Commit 97846ea
Clément Le Provost
Fix podspec
- The Offline subspec does not support OS X.
- Online sources are now duplicated in the Offline subspec.
- Cocoapods won’t let us target iOS 7 because we are using Swift and Cocoapods uses dynamic frameworks. Although the code should work on iOS 7 when used in source form (this is why the deployment target remains unchanged in Xcode), we set the deployment target to iOS 8 when using Cocoapods.1 parent 5f38654 commit 97846ea
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
0 commit comments