[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 4 / 2 / 7 / syncano-ios / 3.1.22 / syncano-ios.podspec.json
blob528b4f2f18b16cb0c93e5ea455d047429bf69c8c
2   "name": "syncano-ios",
3   "version": "3.1.22",
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   },
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/Syncano/syncano-ios.git",
14     "tag": "3.1.22"
15   },
16   "prefix_header_contents": "#import \"syncano-ios-library-Prefix.pch\"",
17   "header_dir": "Syncano",
18   "source_files": [
19     "Syncano/**/*.{h,m,pch}",
20     "syncano-ios-library/**/*.{h,m,pch}"
21   ],
22   "private_header_files": "Syncano/Private/*.h",
23   "resources": [
24     "Resources/server.der"
25   ],
26   "dependencies": {
27     "CocoaAsyncSocket": [
28       "7.3.3"
29     ],
30     "AFNetworking": [
31       "~> 2.2.1"
32     ],
33     "Mantle": [
34       "~> 1.4.1"
35     ]
36   }