[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 4 / 0 / 6 / DBKit / 0.4.2 / DBKit.podspec.json
blobe80ff0c0366336be7d63be41c68b4c1e0b9c38c7
2   "name": "DBKit",
3   "version": "0.4.2",
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.2"
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   ]