[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / e / 8 / OctopusKit / 0.1.0 / OctopusKit.podspec.json
blobb3fbdf79b6b73234c9f60bc4abb21038f0f237f6
2   "name": "OctopusKit",
3   "version": "0.1.0",
4   "summary": "OctopusKit is a simplicity but graceful solution for invoke RESTful web service APIs",
5   "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",
6   "homepage": "https://github.com/icoco/OctopusKit",
7   "license": "MIT",
8   "authors": {
9     "RobinCheung": "iRobinCheung@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/icoco/OctopusKit.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "OctopusKit/Classes/**/*",
21     "OctopusKit/Vendor/**/*"
22   ],
23   "resource_bundles": {
24     "OctopusKit": [
25       "OctopusKit/Assets/*.png"
26     ]
27   },
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.5.4"
31     ]
32   }