[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / b / c / EYShareTools / 0.0.2 / EYShareTools.podspec.json
blobf3e22d40582985addd721def5a2031b09b6efd0e
2   "name": "EYShareTools",
3   "version": "0.0.2",
4   "summary": "(微信/QQ/微博)分享集合",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/EasonYin/EYShareTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huadong2593@163.com": "EasonYin"
13   },
14   "source": {
15     "git": "https://github.com/EasonYin/EYShareTools.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "pod_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "requires_arc": true,
25   "source_files": [
26     "EYShareTools/EYShareToolsConfigure.h",
27     "EYShareTools/Classes/**/*.{h,m}"
28   ],
29   "resources": "EYShareTools/Assets/*.xcassets",
30   "frameworks": [
31     "UIKit",
32     "Foundation",
33     "Security",
34     "CoreGraphics",
35     "ImageIO",
36     "SystemConfiguration",
37     "CoreTelephony",
38     "QuartzCore",
39     "CoreText",
40     "Photos"
41   ],
42   "libraries": [
43     "z",
44     "sqlite3",
45     "c++",
46     "stdc++"
47   ],
48   "dependencies": {
49     "Masonry": [
51     ]
52   },
53   "subspecs": [
54     {
55       "name": "EY_vendored_libs",
56       "subspecs": [
57         {
58           "name": "libWeiboSDK_3.2.3",
59           "source_files": "EY_vendored_libs/libWeiboSDK_3.2.3/*.h",
60           "vendored_libraries": "EY_vendored_libs/libWeiboSDK_3.2.3/*.a",
61           "resources": "EY_vendored_libs/libWeiboSDK_3.2.3/*.bundle"
62         },
63         {
64           "name": "WechatSDK_1.8.2",
65           "vendored_libraries": "EY_vendored_libs/WechatSDK_1.8.2/*.a",
66           "source_files": "EY_vendored_libs/WechatSDK_1.8.2/*.{h,txt}"
67         },
68         {
69           "name": "TencentOpenAPI_3.3.3",
70           "vendored_frameworks": "EY_vendored_libs/TencentOpenAPI_3.3.3/*.framework"
71         }
72       ]
73     }
74   ]