blob: 1252b8f4e5f687b3dbfbb07c41f3bb566947a4b0 [file] [log] [blame]
{
"name": "DBKit",
"version": "0.4.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.4.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "DBKitCore",
"source_files": "DBKitShared/*.{h,m}"
},
{
"name": "DBKit",
"source_files": "DBKit/*.{h,m}",
"resources": "DBKitResources/**/*.{png,xib}",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"dependencies": {
"DBKit/DBKitCore": [
]
}
},
{
"name": "DBCoreData",
"source_files": "DBCoreData/*.{h,m}",
"frameworks": "CoreData",
"dependencies": {
"DBKit/DBKitCore": [
]
}
}
]
}