blob: 528b4f2f18b16cb0c93e5ea455d047429bf69c8c [file] [log] [blame]
{
"name": "syncano-ios",
"version": "3.1.22",
"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.22"
},
"prefix_header_contents": "#import \"syncano-ios-library-Prefix.pch\"",
"header_dir": "Syncano",
"source_files": [
"Syncano/**/*.{h,m,pch}",
"syncano-ios-library/**/*.{h,m,pch}"
],
"private_header_files": "Syncano/Private/*.h",
"resources": [
"Resources/server.der"
],
"dependencies": {
"CocoaAsyncSocket": [
"7.3.3"
],
"AFNetworking": [
"~> 2.2.1"
],
"Mantle": [
"~> 1.4.1"
]
}
}