[Add] ScanbotSDK 6.2.0-RC4
[CocoaPods.git] / Specs / 7 / 4 / 9 / MKBaseModule / 0.0.1 / MKBaseModule.podspec.json
bloba451655fb648cbf26470b9b3fa9b1bea956a0cfc
2   "name": "MKBaseModule",
3   "version": "0.0.1",
4   "summary": "基础宏定义",
5   "description": "开发过程中常用宏定义",
6   "homepage": "http://120.27.8.241/mokoBaseLibrary/mokoBaseModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chengang": "chengang@mokotechnology.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation"
20   ],
21   "source": {
22     "git": "git@120.27.8.241:mokoBaseLibrary/mokoBaseModule.git",
23     "tag": "0.0.1"
24   },
25   "requires_arc": true,
26   "source_files": "MKBaseModule/MKBaseModule.h",
27   "dependencies": {
28     "Masonry": [
30     ],
31     "YYKit": [
33     ],
34     "Toast": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "macroDefines",
41       "source_files": "MKBaseModule/macroDefines/*.h"
42     },
43     {
44       "name": "category",
45       "dependencies": {
46         "MKBaseModule/macroDefines": [
48         ]
49       },
50       "source_files": "MKBaseModule/category/**"
51     }
52   ]