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