blob: b4f3977b87ce868d168d126fe065d07d1b87dc43 [file] [log] [blame]
{
"name": "AMPKit",
"version": "0.1.0",
"authors": "The AMP HTML authors.",
"summary": "A library for displaying AMP results in a native viewer",
"description": "An AMP viewer for iOS that supports prefetching articles and loading multiple AMP articles at the same time.",
"homepage": "https://github.com/ampproject/amp-viewer/tree/master/ios",
"license": {
"type": "Apache 2.0"
},
"source": {
"git": "https://github.com/ampproject/amp-viewer.git",
"tag": "v0.1.0-ios"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"ios/AMPKit/**/*.m",
"ios/AMPKit/**/*.h"
],
"resource_bundles": {
"AMPKit": [
"ios/AMPKit/Icons.xcassets",
"ios/AMPKit/AMPKHeaderView.xib",
"ios/AMPKit/Resources/amp_integration.js"
]
},
"public_header_files": "ios/AMPKit/**/*.h",
"frameworks": [
"UIKit",
"SafariServices",
"WebKit"
],
"dependencies": {
"MaterialComponents/ActivityIndicator": [
"~> 29.0"
],
"MaterialComponents/Buttons": [
"~> 29.0"
],
"GoogleToolboxForMac/Defines": [
"~> 2.1"
]
}
}