[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 6 / 0 / DBModel / 0.1.2 / DBModel.podspec.json
blob8a64a673c57dca6d7c71401b7844ba9eaa7a6e81
2   "name": "DBModel",
3   "version": "0.1.2",
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.2",
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.2"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "DBModel",
30       "source_files": "DBModel/DBMode*.{h,m}"
31     },
32     {
33       "name": "DBManager",
34       "source_files": [
35         "DBModel/DBManager.{h,m}",
36         "DBModel/DBTableInfo.{h,m}"
37       ],
38       "dependencies": {
39         "DBModel/DBModel": [
41         ],
42         "FMDB": [
44         ]
45       },
46       "user_target_xcconfig": {
47         "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_DB_MANAGER"
48       },
49       "prefix_header_contents": "#import \"ModuleCapability.h\"\n#ifndef MODULE_DB_MANAGER\n  #define MODULE_DB_MANAGER\n#endif"
50     }
51   ]