[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / a / e / 5 / AMPKit / 0.1.1 / AMPKit.podspec.json
blob4808d15c00b96610ab8ce770a867eced272e3f72
2   "name": "AMPKit",
3   "version": "0.1.1",
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.1-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       "ios/AMPKit/vendor/ampkit-url-creator.js"
29     ]
30   },
31   "public_header_files": "ios/AMPKit/**/*.h",
32   "frameworks": [
33     "UIKit",
34     "SafariServices",
35     "WebKit"
36   ],
37   "dependencies": {
38     "MaterialComponents/ActivityIndicator": [
39       "~> 29.0"
40     ],
41     "MaterialComponents/Buttons": [
42       "~> 29.0"
43     ],
44     "GoogleToolboxForMac/Defines": [
45       "~> 2.1"
46     ]
47   }