[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / d / b / JMLibrary / 0.3.8 / JMLibrary.podspec.json
blob583e54650d22b65921ced4fbc3d7b46299a34bc9
2   "name": "JMLibrary",
3   "version": "0.3.8",
4   "summary": "假面科技工具库合集",
5   "description": "- 狼人杀APP基础功能框架,便于以后调用\n- 0.2.0 JMShare\n- 0.3.5 JMCore - Category\n- 0.3.7 JMBlackBox\n- 0.3.8 tcpLibrary、purchase、picker、mp3 recoder、progressHUD",
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.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "CocoaLumberjack": [
23       "~> 3.0.0"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "JMCore",
29       "subspecs": [
30         {
31           "name": "Category",
32           "public_header_files": "JMLibrary/JMCore/Category/Categorys/**/*.h",
33           "source_files": "JMLibrary/JMCore/Category/Categorys/**/*.{h,m}"
34         }
35       ]
36     },
37     {
38       "name": "JMShare",
39       "dependencies": {
40         "Weibo_SDK": [
42         ],
43         "WechatOpenSDK": [
45         ]
46       },
47       "public_header_files": "JMLibrary/JMShare/Classes/*.h",
48       "source_files": "JMLibrary/JMShare/Classes/**/*",
49       "ios": {
50         "vendored_frameworks": "JMLibrary/JMShare/Frameworks/*.framework"
51       }
52     },
53     {
54       "name": "JMBlackBox",
55       "libraries": "resolv",
56       "public_header_files": "JMLibrary/JMBlackBox/Classes/*.h",
57       "source_files": "JMLibrary/JMBlackBox/Classes/**/*.{h,m}",
58       "vendored_libraries": "JMLibrary/JMBlackBox/Classes/TongdunLib/libFMDeviceManager_without_IDFA.a"
59     },
60     {
61       "name": "JMTCPLibrary",
62       "public_header_files": "JMLibrary/JMTCPLibrary/Classes/*.h",
63       "source_files": "JMLibrary/JMTCPLibrary/Classes/**/*.{h,m}"
64     },
65     {
66       "name": "ECPurchase",
67       "public_header_files": "JMLibrary/ECPurchase/ECPurchase/*.h",
68       "source_files": "JMLibrary/ECPurchase/**/*.{h,m}",
69       "requires_arc": false,
70       "compiler_flags": "-fno-objc-arc"
71     },
72     {
73       "name": "LDImagePicker",
74       "public_header_files": "JMLibrary/LDImagePicker/*.h",
75       "source_files": "JMLibrary/LDImagePicker/**/*.{h,m}"
76     },
77     {
78       "name": "TZImagePickerController",
79       "resources": "JMLibrary/TZImagePickerController/*.{png,bundle}",
80       "public_header_files": "JMLibrary/TZImagePickerController/*.h",
81       "source_files": "JMLibrary/TZImagePickerController/**/*.{h,m}",
82       "frameworks": [
83         "Photos",
84         "AssetsLibrary"
85       ]
86     },
87     {
88       "name": "JZRecorder",
89       "public_header_files": "JMLibrary/JZRecorder/*.h",
90       "source_files": "JMLibrary/JZRecorder/**/*.{h,m}",
91       "vendored_libraries": "JMLibrary/JZRecorder/libmp3lame.a"
92     },
93     {
94       "name": "ProgressHUD",
95       "public_header_files": "JMLibrary/ProgressHUD/*.h",
96       "source_files": "JMLibrary/ProgressHUD/**/*.{h,m}",
97       "dependencies": {
98         "SVProgressHUD": [
99           "~> 2.0.3"
100         ]
101       }
102     }
103   ]