blob: 84d29cf798c4420af0c3e6e114dc3e83bea46c5f [file] [log] [blame]
{
"name": "TOWebViewController",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A view controller for iOS that allows users to quickly view web sites without needing to open Safari/Chrome.",
"homepage": "https://github.com/TimOliver/TOWebViewController",
"authors": "Tim Oliver",
"source": {
"git": "https://github.com/TimOliver/TOWebViewController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "TOWebViewController/**/*.{h,m}",
"resources": [
"TOWebViewController/Resources/*.png",
"TOWebViewController/*.lproj"
],
"requires_arc": true
}