blob: 5b0a156ce5d86f613e3f9eff55b2118bf842f9ba [file] [log] [blame]
{
"name": "syncano-ios",
"version": "4.0.3",
"summary": "Library for http://syncano.com API",
"homepage": "http://www.syncano.com",
"license": "MIT",
"authors": "Syncano Inc.",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Syncano/syncano-ios.git",
"tag": "4.0.3"
},
"public_header_files": "syncano-ios/*.h",
"source_files": "syncano-ios/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Mantle": [
"~> 2.0"
],
"UICKeyChainStore": [
"~> 2.0"
]
}
}