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