blob: 25635d83af744400eb2642d869dacc5a6fad9b41 [file] [log] [blame]
{
"name": "ZzishSDK",
"version": "0.3.8",
"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!\n",
"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.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"ZzishSDK": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"SystemConfiguration",
"CFNetwork"
],
"libraries": "sqlite3",
"dependencies": {
"Reachability": [
"3.2.0"
],
"JSONModel": [
"1.0.1"
]
}
}