blob: 9e704a071ab427f923cc730c7f6930f33ffadcd9 [file] [log] [blame]
{
"name": "DBKit",
"version": "0.4",
"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.4"
},
"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"
}
]
}