[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 4 / 2 / 7 / syncano-ios / 3.1.35 / syncano-ios.podspec.json
blob17112f186addc9e21da3fb1149e373294e381291
2   "name": "syncano-ios",
3   "version": "3.1.35",
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.35"
15   },
16   "header_dir": "Syncano",
17   "source_files": [
18     "Syncano/**/*.{h,m}",
19     "syncano-ios-library/**/*.{h,m}"
20   ],
21   "resources": [
22     "Resources/server.der",
23     "syncano-ios.podspec.json"
24   ],
25   "dependencies": {
26     "CocoaAsyncSocket": [
27       "~>7.3.0"
28     ],
29     "AFNetworking": [
30       "~> 2.3.0"
31     ],
32     "Mantle": [
33       "~> 1.4.1"
34     ]
35   }