[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / a / 6 / b / openinstallSDK / 2.0.0 / openinstallSDK.podspec.json
blobd8a3ae5980bd5a38837b0bb50775a7963906d9b3
2   "name": "openinstallSDK",
3   "version": "2.0.0",
4   "summary": "SDK of openinstallSDK",
5   "description": "1.版本和OpenInstall官方版本保持一致。\n2.这个是一个动态库。",
6   "homepage": "https://github.com/AndyJiaoOpeninstall/OpenSDK",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Andy": "821802564@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/AndyJiaoOpeninstall/OpenSDK.git",
15     "tag": "2.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "public_header_files": "openinstall/*.h",
21   "private_header_files": "openinstall/*.h",
22   "source_files": "openinstall/*.h",
23   "vendored_libraries": "openinstall/libOpenInstallSDK.a",
24   "frameworks": [
25     "SafariServices",
26     "Foundation",
27     "UIKit"
28   ],
29   "pod_target_xcconfig": {
30     "OTHER_LDFLAGS": "-all_load"
31   }