[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / a / 8 / 2 / JRShare / 0.0.1 / JRShare.podspec.json
blob9ffeb4eae3e398313aa7a637b844c80bbf02c3e1
2   "name": "JRShare",
3   "version": "0.0.1",
4   "summary": "A short description of JRShare.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Cone1989/JRShare",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liqiang": "liqiang38@58.com"
13   },
14   "source": {
15     "git": "https://github.com/Cone1989/JRShare.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "JRShare/Classes/IQShare.h",
22   "frameworks": [
23     "SystemConfiguration",
24     "CoreTelephony"
25   ],
26   "libraries": [
27     "c++",
28     "z",
29     "sqlite3.0"
30   ],
31   "requires_arc": true,
32   "xcconfig": {
33     "OTHER_LDFLAGS": "-ObjC"
34   },
35   "subspecs": [
36     {
37       "name": "Share",
38       "source_files": "JRShare/Classes/share/**/*"
39     },
40     {
41       "name": "QQ",
42       "source_files": "JRShare/Classes/qq/**/*",
43       "dependencies": {
44         "JRShare/Share": [
46         ]
47       },
48       "vendored_frameworks": "JRShare/Classes/qq/sdk/*.{framework}"
49     },
50     {
51       "name": "Wechat",
52       "source_files": "JRShare/Classes/wechat/**/*",
53       "dependencies": {
54         "JRShare/Share": [
56         ]
57       },
58       "vendored_libraries": "JRShare/Classes/wechat/sdk/*.{a}"
59     }
60   ]