[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 2 / b / Currents / 0.1 / Currents.podspec.json
blob88f4f603f8cf17b6ce810a06a98c54146b891473
2   "name": "Currents",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "TCP/IP for Swift 2 (Linux ready)",
6   "homepage": "https://github.com/Zewo/Currents",
7   "authors": {
8     "Paulo Faria": "paulo.faria.rl@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Zewo/Currents.git",
12     "tag": "v0.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source_files": [
19     "Dependencies/Tide/*.c",
20     "Currents/**/*.swift"
21   ],
22   "xcconfig": {
23     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Currents/Dependencies"
24   },
25   "preserve_paths": "Dependencies/*",
26   "requires_arc": true