[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 6 / 3 / b / StrawServiceBrowser / 0.1.3 / StrawServiceBrowser.podspec.json
blob69406d7263ea5d7ec5d3fdf914441116ea06cffe
2   "name": "StrawServiceBrowser",
3   "version": "0.1.3",
4   "summary": "Arbitrary URL open service for Straw iOS",
5   "description": "                   Arbitrary URL open service for Straw iOS\n\n                   This service provide the functionality to open URL with external apps (typically Safari).\n",
6   "homepage": "https://github.com/strawjs/straw-ios-service-browser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yoshiya Hinosawa": "stibium121@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/kt3k",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/strawjs/straw-ios-service-browser.git",
20     "tag": "v0.1.3"
21   },
22   "source_files": "StrawServiceBrowser/**/*.{h,m}",
23   "public_header_files": "StrawServiceBrowser/**/*.h",
24   "requires_arc": true,
25   "dependencies": {
26     "Straw": [
27       "~> 0.5.0"
28     ]
29   }