blob: daa0f94217a9cf65b78d1c326747f23a0d680819 [file] [log] [blame]
{
"name": "SLRESTfulCoreData",
"version": "1.0.3",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"source": {
"git": "https://github.com/OliverLetterer/SLRESTfulCoreData.git",
"tag": "1.0.3"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"requires_arc": true,
"homepage": "https://github.com/OliverLetterer/SLRESTfulCoreData",
"summary": "Objc naming conventions, autogenerated accessors at runtime, URL substitutions and intelligent attribute mapping.",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"default_subspecs": [
"Complete"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"SLRESTfulCoreData/SLRESTfulCoreData/*.{h,m}",
"SLRESTfulCoreData/SLRESTfulCoreData/**/*.{h,m}",
"SLRESTfulCoreData/SLRESTfulCoreData/Framework Additions/**/**/*.{h,m}"
]
},
{
"name": "Complete",
"dependencies": {
"SLRESTfulCoreData/Core": [
],
"AFNetworking": [
">= 1.2.1"
],
"AFRESTfulCoreDataBackgroundQueue": [
">= 1.0.1"
],
"SLCoreDataStack": [
">= 0.1.0"
]
}
}
]
}