[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 4 / 2 / 7 / syncano-ios / 4.0.5 / syncano-ios.podspec.json
blobff6822b229c9fbd99d02c78ef8b3b14196105d77
2   "name": "syncano-ios",
3   "version": "4.0.5",
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": "6.0",
10     "osx": "10.8"
11   },
12   "requires_arc": true,
13   "source": {
14     "git": "https://github.com/Syncano/syncano-ios.git",
15     "tag": "4.0.5"
16   },
17   "public_header_files": "syncano-ios/*.h",
18   "source_files": "syncano-ios/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.5"
22     ],
23     "Mantle": [
24       "~> 2.0"
25     ],
26     "UICKeyChainStore": [
27       "~> 2.0"
28     ]
29   }