blob: 2212cd4063044b65a1ed08f6ae350516079d26a3 [file] [log] [blame]
{
"name": "ZzishSDK",
"version": "0.3.14",
"summary": "Wrapper for Zzish REST API",
"description": "A store and forward wrapper for creating activities/actions on the Zzish Platform\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "http://www.zzish.com",
"license": "MIT",
"authors": {
"Samir Seetal": "samir@zzish.com"
},
"source": {
"git": "https://github.com/zzishdev/zzishsdk-ios.git",
"tag": "0.3.14"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"ZzishSDK": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"SystemConfiguration",
"CFNetwork"
],
"libraries": "sqlite3",
"dependencies": {
"Reachability": [
],
"JSONModel": [
"1.0.1"
]
}
}