blob: 233dc9472ef5aceaa96785523b259946a74c84f1 [file] [log] [blame]
{
"name": "fosrest",
"module_name": "FOSRest",
"version": "0.3.3",
"summary": "A group of classes for connecting CoreData to REST services.",
"homepage": "https://github.com/foscomputerservices/fosrest",
"license": "MIT",
"authors": {
"David Hunt": "fosrest@foscomputerservices.com"
},
"source": {
"git": "https://github.com/foscomputerservices/fosrest.git",
"tag": "0.3.3"
},
"social_media_url": "https://twitter.com/foscompsvcs",
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/Public/**/*.h",
"private_header_files": "Pod/Classes/Private/**/*.h",
"resources": "Pod/Assets/*.{xcdatamodeld,xcdatamodel,adaptermap}",
"preserve_paths": "Pod/Classes/Private/*",
"frameworks": [
"Foundation",
"CoreData"
]
}