[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 5 / AMPKit / 0.1.0 / AMPKit.podspec.json
blobb4f3977b87ce868d168d126fe065d07d1b87dc43
2   "name": "AMPKit",
3   "version": "0.1.0",
4   "authors": "The AMP HTML authors.",
5   "summary": "A library for displaying AMP results in a native viewer",
6   "description": "An AMP viewer for iOS that supports prefetching articles and loading multiple AMP articles at the same time.",
7   "homepage": "https://github.com/ampproject/amp-viewer/tree/master/ios",
8   "license": {
9     "type": "Apache 2.0"
10   },
11   "source": {
12     "git": "https://github.com/ampproject/amp-viewer.git",
13     "tag": "v0.1.0-ios"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "ios/AMPKit/**/*.m",
21     "ios/AMPKit/**/*.h"
22   ],
23   "resource_bundles": {
24     "AMPKit": [
25       "ios/AMPKit/Icons.xcassets",
26       "ios/AMPKit/AMPKHeaderView.xib",
27       "ios/AMPKit/Resources/amp_integration.js"
28     ]
29   },
30   "public_header_files": "ios/AMPKit/**/*.h",
31   "frameworks": [
32     "UIKit",
33     "SafariServices",
34     "WebKit"
35   ],
36   "dependencies": {
37     "MaterialComponents/ActivityIndicator": [
38       "~> 29.0"
39     ],
40     "MaterialComponents/Buttons": [
41       "~> 29.0"
42     ],
43     "GoogleToolboxForMac/Defines": [
44       "~> 2.1"
45     ]
46   }