blob: bf10fc400b74e163ea746758743744cedccfeaf3 [file] [log] [blame]
{
"name": "syncano-ios",
"version": "3.1.33",
"summary": "Library for http://syncano.com API",
"homepage": "http://www.syncano.com",
"license": "MIT",
"authors": "Syncano Inc.",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Syncano/syncano-ios.git",
"tag": "3.1.33"
},
"header_dir": "Syncano",
"source_files": [
"Syncano/**/*.{h,m}",
"syncano-ios-library/**/*.{h,m}"
],
"resources": [
"Resources/server.der",
"syncano-ios.podspec.json"
],
"prefix_header_contents": "",
"dependencies": {
"CocoaAsyncSocket": [
"~>7.3.0"
],
"AFNetworking": [
"~> 2.3.0"
],
"Mantle": [
"~> 1.4.1"
]
}
}