[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 4 / 2 / 7 / syncano-ios / 3.1.28 / syncano-ios.podspec.json
blob44fa47b31ad9ac353993127abca62378856e0e7f
2   "name": "syncano-ios",
3   "version": "3.1.28",
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.28"
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     "syncano-ios.podspec.json"
26   ],
27   "dependencies": {
28     "CocoaAsyncSocket": [
29       "~>7.3.0"
30     ],
31     "AFNetworking": [
32       "~> 2.3.0"
33     ],
34     "Mantle": [
35       "~> 1.4.1"
36     ]
37   }