blob: a1932b40bb5057544778da206a85f6b912019f3d [file] [log] [blame]
{
"name": "OTMWebView",
"version": "0.0.4",
"summary": "UIWebView subclass adding the missing features of a UIWebView",
"homepage": "https://github.com/otium/OTMWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"otium": "otium.dev@gmail.com"
},
"social_media_url": "http://twitter.com/otium_",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Otium/OTMWebView.git",
"tag": "0.0.4"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "OTMWebView/Core/*.{h,m}",
"public_header_files": [
"OTMWebView/Core/OTMwebView.h",
"OTMWebView/Core/OTMWebViewContextMenuItem.h"
],
"resources": "OTMWebView/Core/Resources/*.js"
},
{
"name": "ProgressBar",
"source_files": "OTMWebView/ProgressBar/*.{h,m}",
"public_header_files": "OTMWebView/ProgressBar/OTMWebViewProgressBar.h"
}
]
}