blob: 69406d7263ea5d7ec5d3fdf914441116ea06cffe [file] [log] [blame]
{
"name": "StrawServiceBrowser",
"version": "0.1.3",
"summary": "Arbitrary URL open service for Straw iOS",
"description": " Arbitrary URL open service for Straw iOS\n\n This service provide the functionality to open URL with external apps (typically Safari).\n",
"homepage": "https://github.com/strawjs/straw-ios-service-browser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yoshiya Hinosawa": "stibium121@gmail.com"
},
"social_media_url": "http://twitter.com/kt3k",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/strawjs/straw-ios-service-browser.git",
"tag": "v0.1.3"
},
"source_files": "StrawServiceBrowser/**/*.{h,m}",
"public_header_files": "StrawServiceBrowser/**/*.h",
"requires_arc": true,
"dependencies": {
"Straw": [
"~> 0.5.0"
]
}
}