[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / 8 / 5 / 0 / WebServiceRAC / 0.0.5 / WebServiceRAC.podspec.json
blob236b9ad1cdef3895af2197a93a09e85849ab4199
2   "name": "WebServiceRAC",
3   "version": "0.0.5",
4   "summary": "WebService wrapper with local cache for the Reactive world of Cocoa",
5   "description": "                   WebService wrapper using JSON format with a Reactive implementation,\n                   using a local cache mechanism.\n                   Originally intended to be an easy to use solution with a Ruby on Rails back-end.\n",
6   "homepage": "https://github.com/BPerlakiH/WebServiceRAC",
7   "license": "MIT",
8   "authors": "BPH",
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/BPerlakiH/WebServiceRAC.git",
14     "tag": "0.0.5"
15   },
16   "source_files": [
17     "Classes",
18     "Classes/**/*.{h,m}"
19   ],
20   "exclude_files": "Classes/Exclude",
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "dependencies": {
24     "ReactiveCocoa": [
25       "~> 2.3"
26     ]
27   }