blob: aeeba2942fa45f9c97ae8bf5c87ab6ce878aa810 [file] [log] [blame]
{
"name": "Stork",
"version": "0.1.0",
"summary": "Deploy hybrid apps from anywhere to any device in seconds",
"description": " Deploy hybrid apps from anywhere to any device in seconds - http://www.storkhq.io\n",
"homepage": "https://github.com/StorkHQ/stork-ios",
"license": "MIT",
"authors": {
"Josh Holtz": "josh@rokkincat.com"
},
"source": {
"git": "https://github.com/StorkHQ/stork-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"libraries": "z",
"public_header_files": [
"Classes/StorkCore/*.h",
"Classes/StorkPlugins/*.h",
"Classes/StorkConsole/*.h",
"Classes/StorkLoader/*.h"
],
"source_files": [
"Classes/StorkCore/*.{h,m}",
"Classes/StorkPlugins/*.{h,m}",
"Classes/StorkConsole/*.{h,m}",
"Classes/StorkLoader/*.{h,m}"
],
"resources": [
"Classes/StorkConsole/StorkConsoleViewController.xib",
"Classes/StorkLoader/StorkLoaderViewController.xib"
],
"dependencies": {
"SSZipArchive": [
"~> 0.3.1"
]
}
}