blob: d0cee0ec90659522614385b5e5412f9265cea91f [file] [log] [blame]
{
"name": "SSPreferredBrowser",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSPreferredBrowser/*.{h,m}",
"frameworks": "UIKit",
"resources": [
"Resources/*"
],
"dependencies": {
"SSAppURLs": [
">= 0.0.7"
]
}
}