blob: ddb29459be5a66991d14aad3fc26e3cd30a6793d [file] [log] [blame]
{
"name": "PFCloud+Cache",
"version": "0.0.2",
"summary": "iOS library for caching cloud function calls in Parse.",
"homepage": "https://github.com/martinrybak/PFCloud-Cache",
"license": {
"type": "MIT"
},
"authors": {
"Martin Rybak": "martin.rybak@gmail.com"
},
"source": {
"git": "https://github.com/martinrybak/PFCloud-Cache.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"NSData+MD5Digest": [
"~> 1.0"
],
"TMCache": [
"~> 1.2.0"
],
"Parse-iOS-SDK": [
"~> 1.2.18"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Parse-iOS-SDK\""
}
}