[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / d / b / JMLibrary / 0.3.7 / JMLibrary.podspec.json
blob304ea9984ca944740262fda723500dcf9a48c911
2   "name": "JMLibrary",
3   "version": "0.3.7",
4   "summary": "假面科技工具库合集",
5   "description": "- 狼人杀APP基础功能框架,便于以后调用\n- 0.2.0 JMShare\n- 0.3.5 JMCore - Category\n- 0.3.7 JMBlackBox",
6   "homepage": "https://coding.jiamiantech.com/p/Library-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhengxianda": "xianda.zheng@jiamiantech.com"
13   },
14   "source": {
15     "git": "http://coding.jiamiantech.com/ce/Library-ios.git",
16     "tag": "0.3.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "JMCore",
24       "subspecs": [
25         {
26           "name": "Category",
27           "public_header_files": "JMLibrary/JMCore/Category/Categorys/**/*.h",
28           "source_files": "JMLibrary/JMCore/Category/Categorys/**/*.{h,m}"
29         }
30       ]
31     },
32     {
33       "name": "JMShare",
34       "dependencies": {
35         "Weibo_SDK": [
37         ],
38         "WechatOpenSDK": [
40         ]
41       },
42       "public_header_files": "JMLibrary/JMShare/Classes/*.h",
43       "source_files": "JMLibrary/JMShare/Classes/**/*",
44       "ios": {
45         "vendored_frameworks": "JMLibrary/JMShare/Frameworks/*.framework"
46       }
47     },
48     {
49       "name": "JMBlackBox",
50       "libraries": "resolv",
51       "public_header_files": "JMLibrary/JMBlackBox/Classes/*.h",
52       "source_files": "JMLibrary/JMBlackBox/Classes/**/*.{h,m}",
53       "vendored_libraries": "JMLibrary/JMBlackBox/Classes/TongdunLib/libFMDeviceManager_without_IDFA.a"
54     }
55   ]