blob: b3fbdf79b6b73234c9f60bc4abb21038f0f237f6 [file] [log] [blame]
{
"name": "OctopusKit",
"version": "0.1.0",
"summary": "OctopusKit is a simplicity but graceful solution for invoke RESTful web service APIs",
"description": "OctopusKit is a simplicity but graceful solution for invoke RESTful web service APIs,it will help coder develop app based MVC pattern; it can use for big team development, another benift is it also can use to auto generate web service class file if use some MOT tools\n",
"homepage": "https://github.com/icoco/OctopusKit",
"license": "MIT",
"authors": {
"RobinCheung": "iRobinCheung@hotmail.com"
},
"source": {
"git": "https://github.com/icoco/OctopusKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"OctopusKit/Classes/**/*",
"OctopusKit/Vendor/**/*"
],
"resource_bundles": {
"OctopusKit": [
"OctopusKit/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
}
}