blob: f4cc2bd48ed1e308eb19592f67307b83ff19ad8c [file] [log] [blame]
{
"name": "OTMWebView",
"version": "0.0.1",
"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.1"
},
"source_files": "OTMWebView/*.{h,m}",
"public_header_files": "OTMWebView/OTMWebView.h",
"resources": "OTMWebView/*.js",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}