[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 4 / 0 / 6 / DBKit / 0.4.6 / DBKit.podspec.json
blob09a54f9c8b21a2a855d1d331c3c55136d2e080ce
2   "name": "DBKit",
3   "version": "0.4.6",
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.6"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "DBKitCore",
24       "source_files": "DBKitShared/*.{h,m}"
25     },
26     {
27       "name": "DBKit",
28       "source_files": "DBKit/*.{h,m}",
29       "resources": "DBKitResources/**/*.{png,xib}",
30       "frameworks": [
31         "QuartzCore",
32         "CoreGraphics"
33       ],
34       "dependencies": {
35         "DBKit/DBKitCore": [
37         ]
38       }
39     },
40     {
41       "name": "DBCoreData",
42       "source_files": "DBCoreData/*.{h,m}",
43       "frameworks": "CoreData",
44       "dependencies": {
45         "DBKit/DBKitCore": [
47         ]
48       }
49     }
50   ]