blob: f47a0042396019f9adb151b7b2f6b8e937310798 [file] [log] [blame]
{
"name": "SSAppURLs",
"version": "0.0.1",
"summary": "Quickly check for and open URLs using iOS app URL schemes.",
"homepage": "https://github.com/splinesoft/SSAppURLs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Hersh": "jon@her.sh"
},
"source": {
"git": "https://github.com/splinesoft/SSAppURLs.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSAppURLs/*.{h,m}",
"frameworks": "UIKit"
}