[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 8 / d / b / JMLibrary / 0.3.1 / JMLibrary.podspec.json
blob9d29ece26a53a11372dc1f93d94788c52d6613a2
2   "name": "JMLibrary",
3   "version": "0.3.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "JMCore",
24       "public_header_files": "JMLibrary/JMCore/**/*.h",
25       "source_files": "JMLibrary/JMCore/**/*",
26       "subspecs": [
27         {
28           "name": "Category",
29           "public_header_files": "JMLibrary/JMCore/Category/Categorys/**/*.h",
30           "source_files": "JMLibrary/JMCore/Category/Categorys/**/*.{h,m}"
31         }
32       ]
33     },
34     {
35       "name": "JMShare",
36       "dependencies": {
37         "Weibo_SDK": [
39         ],
40         "WechatOpenSDK": [
42         ]
43       },
44       "public_header_files": "JMLibrary/JMShare/Classes/*.h",
45       "source_files": "JMLibrary/JMShare/Classes/**/*",
46       "ios": {
47         "vendored_frameworks": "JMLibrary/JMShare/Frameworks/*.framework"
48       }
49     }
50   ]