[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 1 / d / 9 / baseModule / 0.0.1 / baseModule.podspec.json
blob81fa29a71a707e71ba36a43d3500c68dc7865afd
2   "name": "baseModule",
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": "baseModule/MKBaseModule.h",
27   "public_header_files": "baseModule/MKBaseModule.h",
28   "dependencies": {
29     "YYKit": [
31     ],
32     "Toast": [
34     ],
35     "Masonry": [
37     ]
38   }