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