blob: 6d74648c5e48aabed3b59d85781279692f4f44eb [file] [log] [blame]
{
"name": "syncano-ios",
"version": "4.0.4",
"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.4"
},
"public_header_files": "syncano-ios/*.h",
"source_files": "syncano-ios/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Mantle": [
"~> 2.0"
],
"UICKeyChainStore": [
"~> 2.0"
]
}
}