blob: b960e4da852c5d1eea1af8b4f1f1b69cef775065 [file] [log] [blame]
{
"name": "SSPreferredBrowser",
"version": "0.0.1",
"summary": "Quickly present available web browsers, save prefs, and perform common actions.",
"homepage": "https://github.com/splinesoft/SSPreferredBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Hersh": "jon@her.sh"
},
"source": {
"git": "https://github.com/splinesoft/SSPreferredBrowser.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSPreferredBrowser/*.{h,m}",
"frameworks": "UIKit",
"resources": [
"Resources/*"
],
"dependencies": {
"SSAppURLs": [
">= 0.0.5"
]
}
}