blob: 0768c12e940652221d4b7e7e27878b67d55fc87d [file] [log] [blame]
{
"name": "syncano-ios",
"version": "4.0.9",
"summary": "Library for http://syncano.com API",
"homepage": "http://www.syncano.com",
"license": "MIT",
"authors": "Syncano Inc.",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Syncano/syncano-ios.git",
"tag": "4.0.9"
},
"public_header_files": "syncano-ios/*.h",
"source_files": "syncano-ios/*.{h,m}",
"resources": "syncano-ios/certfile.der",
"dependencies": {
"AFNetworking": [
"2.6.3"
],
"Mantle": [
"~> 2.0"
],
"UICKeyChainStore": [
"~> 2.0"
],
"FMDB": [
"2.6"
]
}
}