[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / e / 5 / ReactiveCoreData / 0.0.2 / ReactiveCoreData.podspec.json
blob14c6581b96ad9a0c8f3e9832e2e03485ed2b919f
2   "name": "ReactiveCoreData",
3   "version": "0.0.2",
4   "summary": "ReactiveCocoa extensions for CoreData",
5   "homepage": "https://github.com/apparentsoft/ReactiveCoreData.git",
6   "authors": {
7     "Jacob Gorban": "apparentsoft"
8   },
9   "source": {
10     "git": "https://github.com/apparentsoft/ReactiveCoreData.git",
11     "tag": "0.0.2"
12   },
13   "license": "Simplified BSD License",
14   "description": "ReactiveCoreData (RCD) is an attempt to bring Core Data into the ReactiveCocoa (RAC) world.",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.7"
19   },
20   "source_files": "ReactiveCoreData/*.{h,m}",
21   "dependencies": {
22     "ReactiveCocoa": [
24     ]
25   },
26   "ios": {
27     "frameworks": [
28       "Foundation",
29       "UIKit",
30       "CoreData"
31     ]
32   },
33   "osx": {
34     "frameworks": [
35       "Foundation",
36       "Cocoa",
37       "CoreData"
38     ]
39   }