[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / f / 6 / 0 / DBModel / 0.1.1 / DBModel.podspec.json
blobe87118cc4d7093124c259a5855bff75af3b067b3
2   "name": "DBModel",
3   "version": "0.1.1",
4   "summary": "This is a combination of json parsing and database.",
5   "homepage": "https://github.com/Musjoy/DBModel",
6   "license": "MIT",
7   "authors": {
8     "Raymond": "Ray.musjoy@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Musjoy/DBModel.git",
12     "tag": "v-0.1.1",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "default_subspecs": "DBModel",
19   "user_target_xcconfig": {
20     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_DB_MODEL"
21   },
22   "dependencies": {
23     "ModuleCapability": [
24       "~> 0.1.1"
25     ]
26   },
27   "prefix_header_contents": "#import \"ModuleCapability.h\"",
28   "subspecs": [
29     {
30       "name": "DBModel",
31       "source_files": "DBModel/DBMode*.{h,m}"
32     },
33     {
34       "name": "DBManager",
35       "source_files": [
36         "DBModel/DBManager.{h,m}",
37         "DBModel/DBTableInfo.{h,m}"
38       ],
39       "dependencies": {
40         "DBModel/DBModel": [
42         ],
43         "FMDB": [
45         ]
46       },
47       "user_target_xcconfig": {
48         "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_DB_MANAGER"
49       },
50       "prefix_header_contents": "#ifndef MODULE_DB_MANAGER\n  #define MODULE_DB_MANAGER\n#endif"
51     }
52   ]