[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / f / ShareOne / 0.1.0 / ShareOne.podspec.json
blobcb378862742b46bc99b8cc9f637bfde31952438d
2   "name": "ShareOne",
3   "version": "0.1.0",
4   "summary": "微信QQ分享库",
5   "homepage": "https://github.com/snaill/ShareOne",
6   "license": "MIT",
7   "authors": {
8     "snaill": "snaill@jeebook.com"
9   },
10   "source": {
11     "git": "https://github.com/snaill/ShareOne.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*.{h,m}",
19   "resource_bundles": {
20     "ShareOne": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "public_header_files": "Pod/Classes/ShareOne.h",
25   "default_subspecs": [
26     "TencentOpenAPI",
27     "Weixin"
28   ],
29   "subspecs": [
30     {
31       "name": "TencentOpenAPI",
32       "vendored_frameworks": "Pod/SDK/TencentOpenAPI-2.9.0-min/TencentOpenAPI.framework",
33       "frameworks": [
34         "Security",
35         "CoreTelephony",
36         "SystemConfiguration",
37         "CoreGraphics"
38       ],
39       "libraries": [
40         "z",
41         "sqlite3",
42         "iconv",
43         "stdc++"
44       ]
45     },
46     {
47       "name": "Weixin",
48       "vendored_libraries": "Pod/SDK/WeChatSDK_1.5/libWeChatSDK.a",
49       "source_files": "Pod/SDK/WeChatSDK_1.5/**/*.h"
50     }
51   ]