Skip to content

Commit f32a43c

Browse files
committed
Updated for CocoaPods 1.x
1 parent 59fd5e7 commit f32a43c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Documentation/Index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ install SQLite.swift with Carthage:
108108
``` ruby
109109
use_frameworks!
110110
111-
pod 'SQLite.swift', '~> 0.11.1'
111+
target 'YourAppTargetName' do
112+
pod 'SQLite.swift', '~> 0.11.1'
113+
end
112114
```
113115
114116
4. Run `pod install --repo-update`.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ SQLite.swift with CocoaPods:
160160
``` ruby
161161
use_frameworks!
162162
163-
pod 'SQLite.swift', '~> 0.11.1'
163+
target 'YourAppTargetName' do
164+
pod 'SQLite.swift', '~> 0.11.1'
165+
end
164166
```
165167
166168
4. Run `pod install --repo-update`.

0 commit comments

Comments
 (0)