blob: 0def40d224cc3a09ed0af37f52226b471bb6419c [file] [log] [blame]
{
"name": "Nimble-CoreData",
"version": "0.0.7",
"summary": "Core Data and iCloud made nimble and fast.",
"homepage": "https://github.com/marcosero/Nimble",
"license": "MIT",
"authors": {
"Marco Sero": "marco@marcosero.com"
},
"source": {
"git": "https://github.com/MarcoSero/Nimble.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Nimble/*.{h,m}",
"Nimble/**/*.{h,m}"
],
"frameworks": "CoreData",
"prefix_header_contents": "#import <CoreData/CoreData.h>",
"requires_arc": true
}