[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 0 / 6 / DBKit / 0.4.1 / DBKit.podspec.json
blobc88b97fdf731ccb0a64398d24ecbc37f77b52dea
2   "name": "DBKit",
3   "version": "0.4.1",
4   "summary": "A collection of code I use across all of my apps.",
5   "homepage": "https://github.com/DavidBarry/DBKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "David Barry": "david@softdiesel.com"
12   },
13   "source": {
14     "git": "https://github.com/DavidBarry/DBKit.git",
15     "tag": "0.4.1"
16   },
17   "source_files": "DBKitShared/*.{h,m}",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "DBKit",
25       "source_files": "DBKit/*.{h,m}",
26       "resources": "DBKitResources/**/*.{png,xib}",
27       "frameworks": [
28         "QuartzCore",
29         "CoreGraphics"
30       ]
31     },
32     {
33       "name": "DBCoreData",
34       "source_files": "DBCoreData/*.{h,m}",
35       "frameworks": "CoreData"
36     }
37   ]