[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / e / 8 / OctopusKit / 0.3.0 / OctopusKit.podspec.json
bloba95d51525b820b2bda8626aa5df2c108e6cf69cc
2   "name": "OctopusKit",
3   "version": "0.3.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",
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.3.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "OctopusKit/Classes/**/*",
21     "OctopusKit/Vendor/**/*"
22   ],
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.2.1"
26     ]
27   }