blob: 372c11735a07091b13b5ec2fb5cf4aac488816b0 [file] [log] [blame]
{
"name": "fosrest",
"module_name": "FOSRest",
"version": "0.10.1",
"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.10.1"
},
"social_media_url": "https://twitter.com/foscompsvcs",
"platforms": {
"ios": "9.0"
},
"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"
]
}