[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 4 / 6 / JMThirdManager / 1.0.0 / JMThirdManager.podspec.json
blob3b947f998b0622b1871b19aee1eb4ad8d0dcb5d9
2   "name": "JMThirdManager",
3   "version": "1.0.0",
4   "summary": "一个便捷的实现第三方登录,支付,分享管理库.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/yishuguang/JMThirdManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "蔡金明": "caijinming_job@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/yishuguang/JMThirdManager.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JMThirdManager/Classes/**/*",
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "JMThirdManager",
29         "JMThirdManager/**/*.{h,m}"
30       ],
31       "frameworks": [
32         "Foundation",
33         "UIKit",
34         "WebKit"
35       ],
36       "libraries": "c++",
37       "vendored_libraries": "JMThirdManager/**/*.{a}"
38     }
39   ]