[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / d / b / JMLibrary / 0.5.0 / JMLibrary.podspec.json
blob4be5029ea242ed407cc319cc7cffea3595bba88e
2   "name": "JMLibrary",
3   "version": "0.5.0",
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.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "libraries": "resolv",
22   "dependencies": {
23     "CocoaLumberjack": [
24       "~> 3.0.0"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "JMCore",
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     {
55       "name": "JMBlackBox",
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     {
104       "name": "JMWebViewController",
105       "frameworks": [
106         "UIKit",
107         "Foundation",
108         "WebKit"
109       ],
110       "source_files": [
111         "JMLibrary/JMWebViewController/*.{h,m}",
112         "JMLibrary/JMWebViewController/Activity/*.{h,m}",
113         "JMLibrary/JMWebViewController/Security/*.{h,m}"
114       ],
115       "resources": "JMLibrary/JMWebViewController/JMWebViewController.bundle",
116       "dependencies": {
117         "NJKWebViewProgress": [
119         ],
120         "JMLibrary/ProgressHUD": [
122         ]
123       }
124     },
125     {
126       "name": "JMAgoraSdk",
127       "ios": {
128         "vendored_frameworks": "JMLibrary/JMAgoraSdk/*.framework",
129         "vendored_libraries": "JMLibrary/JMAgoraSdk/*.a"
130       },
131       "frameworks": [
132         "Accelerate",
133         "SystemConfiguration",
134         "CoreMedia",
135         "AudioToolbox",
136         "CoreTelephony",
137         "AVFoundation"
138       ],
139       "source_files": "JMLibrary/JMAgoraSdk/AgoraPacketObserver/**/*.{h,mm}",
140       "libraries": "c++"
141     }
142   ]