[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / 2 / c / 8 / JSONModel-RACExtensions / 0.2.0 / JSONModel-RACExtensions.podspec.json
blob1e8928e3243c9261357be561d27b6b59898148ab
2   "name": "JSONModel-RACExtensions",
3   "version": "0.2.0",
4   "summary": "JSONModel-RACExtensions is a delightful extension to the JSONModel classes for iOS and Mac OS X.",
5   "homepage": "https://github.com/legoless/JSONModel-RACExtensions",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dal Rupnik": "legoless@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/legoless/JSONModel-RACExtensions.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.8"
20   },
21   "source_files": "RACJSONModel",
22   "requires_arc": true,
23   "dependencies": {
24     "ReactiveCocoa": [
25       "~> 2.x"
26     ],
27     "JSONModel": [
28       "~> 1.x"
29     ]
30   }