| { |
| "name": "ReactiveCoreData", |
| "version": "0.0.2", |
| "summary": "ReactiveCocoa extensions for CoreData", |
| "homepage": "https://github.com/apparentsoft/ReactiveCoreData.git", |
| "authors": { |
| "Jacob Gorban": "apparentsoft" |
| }, |
| "source": { |
| "git": "https://github.com/apparentsoft/ReactiveCoreData.git", |
| "tag": "0.0.2" |
| }, |
| "license": "Simplified BSD License", |
| "description": "ReactiveCoreData (RCD) is an attempt to bring Core Data into the ReactiveCocoa (RAC) world.", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "6.0", |
| "osx": "10.7" |
| }, |
| "source_files": "ReactiveCoreData/*.{h,m}", |
| "dependencies": { |
| "ReactiveCocoa": [ |
| |
| ] |
| }, |
| "ios": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "CoreData" |
| ] |
| }, |
| "osx": { |
| "frameworks": [ |
| "Foundation", |
| "Cocoa", |
| "CoreData" |
| ] |
| } |
| } |