blob: b36d88e9a3693b927e6b08030bca4e9d598ab7b3 [file] [log] [blame]
{
"name": "FRCoreDataOperation",
"version": "0.5.1",
"summary": "A set of NSOperation subclasses for working with Core Data ManagedObjectContexts.",
"homepage": "https://github.com/veritech/FRCoreDataOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Dalrymple": "jonathan@float-right.co.uk"
},
"source": {
"git": "https://github.com/veritech/FRCoreDataOperation.git",
"tag": "0.5.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"Classes",
"**/*.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true
}