[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / d / 2 / NoxmobiVASTComponent / 1.2.3 / NoxmobiVASTComponent.podspec.json
blob1df1d4504492aaa0283657483f7b24838d2aaeb8
2   "name": "NoxmobiVASTComponent",
3   "version": "1.2.3",
4   "summary": "A VAST protocol XML file parser by Noxmobi.",
5   "homepage": "https://github.com/NoxmobiSDK/NoxmobiVASTComponent",
6   "license": "MIT",
7   "authors": {
8     "Chong": "gaochong@bignox.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/NoxmobiSDK/NoxmobiVASTComponent.git",
15     "tag": "1.2.3"
16   },
17   "source_files": "NoxmobiVASTComponent.framework/Headers/*.{h}",
18   "pod_target_xcconfig": {
19     "OTHER_LDFLAGS": "-lObjC"
20   },
21   "ios": {
22     "vendored_frameworks": "NoxmobiVASTComponent.framework"
23   },
24   "requires_arc": true,
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "libraries": "xml2",
30   "dependencies": {
31     "SDWebImage": [
33     ]
34   }