[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / 8 / 5 / 0 / WebServiceRAC / 0.1.2 / WebServiceRAC.podspec.json
bloba691fc44b739da7bc6959650970be2c8f11a7b61
2   "name": "WebServiceRAC",
3   "version": "0.1.2",
4   "summary": "WebService wrapper with local cache for the Reactive world of Cocoa",
5   "description": "WebService wrapper using JSON format with a Reactive implementation,\nusing a local cache mechanism.\nOriginally intended to be an easy to use solution with a Ruby on Rails back-end.",
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.1.2"
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   }