[Add] FaceSDKNightly 6.3.2275
[CocoaPods.git] / Specs / 4 / 2 / 7 / syncano-ios / 4.0.10 / syncano-ios.podspec.json
bloba5674c7e6da7533ba8a83cf9564fbef00fcb46c1
2   "name": "syncano-ios",
3   "version": "4.0.10",
4   "summary": "Library for http://syncano.com API",
5   "homepage": "http://www.syncano.com",
6   "license": "MIT",
7   "authors": "Syncano Inc.",
8   "platforms": {
9     "ios": "7.0",
10     "osx": "10.9"
11   },
12   "requires_arc": true,
13   "source": {
14     "git": "https://github.com/Syncano/syncano-ios.git",
15     "tag": "4.0.10"
16   },
17   "public_header_files": "syncano-ios/*.h",
18   "source_files": "syncano-ios/*.{h,m}",
19   "resources": "syncano-ios/certfile.der",
20   "dependencies": {
21     "AFNetworking": [
22       "2.6.3"
23     ],
24     "Mantle": [
25       "~> 2.0"
26     ],
27     "UICKeyChainStore": [
28       "~> 2.0"
29     ],
30     "FMDB": [
31       "2.6"
32     ]
33   }