blob: c3a1b8304b13364a696202a6bac660163052b3d8 [file] [log] [blame]
{
"name": "DBKit",
"version": "0.3",
"summary": "A collection of code I use across all of my apps.",
"homepage": "https://github.com/DavidBarry/DBKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Barry": "david@softdiesel.com"
},
"source": {
"git": "https://github.com/DavidBarry/DBKit.git",
"tag": "0.3"
},
"source_files": "DBKitShared/*.{h,m}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "DBKit",
"source_files": "DBKit/*.{h,m}",
"resources": "DBKitResources/**/*.{png,xib}",
"frameworks": [
"QuartzCore",
"CoreGraphics"
]
},
{
"name": "DBCoreData",
"source_files": "DBCoreData/*.{h,m}",
"frameworks": "CoreData"
}
]
}