blob: 59a051533c41474d77d5ab8ae716ea88469c8a39 [file] [log] [blame]
{
"name": "TOWebViewController",
"version": "2.2.8",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An inline browser view controller that allows users to view and navigate web pages from within an app.",
"homepage": "https://github.com/TimOliver/TOWebViewController",
"authors": "Tim Oliver",
"source": {
"git": "https://github.com/TimOliver/TOWebViewController.git",
"tag": "2.2.8"
},
"requires_arc": true,
"platforms": {
"ios": "5.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"weak_frameworks": [
"Twitter",
"MessageUI"
],
"source_files": "TOWebViewController/**/*.{h,m}",
"resource_bundles": {
"TOWebViewControllerLocalizable": "TOWebViewController/**/*.lproj"
}
},
{
"name": "1Password",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"1PasswordExtension": [
]
},
"source_files": [
"TOWebViewController/**/*.{h,m}",
"TOWebViewController+1Password/*.{h,m}"
],
"frameworks": "MobileCoreServices"
}
]
}