[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 4 / 2 / 7 / syncano-ios / 3.1.9 / syncano-ios.podspec.json
blobada124cf8c1e061c51b77f74079c9e8c0288b87b
2   "name": "syncano-ios",
3   "version": "3.1.9",
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.9"
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   "resources": [
23     "Resources/server.der"
24   ],
25   "dependencies": {
26     "CocoaAsyncSocket": [
27       "7.3.3"
28     ],
29     "AFNetworking": [
30       "~> 2.2.1"
31     ],
32     "Mantle": [
33       "~> 1.4.1"
34     ]
35   }