[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 0 / 6 / DBKit / 0.4 / DBKit.podspec.json
blob9e704a071ab427f923cc730c7f6930f33ffadcd9
2   "name": "DBKit",
3   "version": "0.4",
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"
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   ]