blob: 14c6581b96ad9a0c8f3e9832e2e03485ed2b919f [file] [log] [blame]
{
"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"
]
}
}