[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / d / b / JMLibrary / 0.3.2 / JMLibrary.podspec.json
blob5ca18997c646b3c41883f3436fc369d1a468cfe7
2   "name": "JMLibrary",
3   "version": "0.3.2",
4   "summary": "假面科技工具库合集",
5   "description": "假面科技工具库合集, ...",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "JMCore",
24       "public_header_files": [
25         "JMLibrary/JMCore/Category/**/*.h"
26       ],
27       "source_files": [
28         "JMLibrary/JMCore/Category/**/*"
29       ],
30       "subspecs": [
31         {
32           "name": "Category",
33           "public_header_files": "JMLibrary/JMCore/Category/Categorys/**/*.h",
34           "source_files": "JMLibrary/JMCore/Category/Categorys/**/*.{h,m}"
35         }
36       ]
37     },
38     {
39       "name": "JMShare",
40       "dependencies": {
41         "Weibo_SDK": [
43         ],
44         "WechatOpenSDK": [
46         ]
47       },
48       "public_header_files": "JMLibrary/JMShare/Classes/*.h",
49       "source_files": "JMLibrary/JMShare/Classes/**/*",
50       "ios": {
51         "vendored_frameworks": "JMLibrary/JMShare/Frameworks/*.framework"
52       }
53     }
54   ]