blob: 322f469af299e66b72cbcb86610999d171d2a27b [file] [log] [blame]
{
"name": "GLRoutable",
"version": "0.1.0",
"summary": "GLRoutable is a library to make it easy to create deep link",
"description": " GLRoutable is a library to make it easy to create deep link\n You can use this by using cocoapods\n",
"homepage": "https://github.com/SIROK/glroutable-ios",
"license": "MIT",
"authors": {
"TABATAKATSUTOSHI": "t.katsu22@gmail.com"
},
"source": {
"git": "https://github.com/SIROK/glroutable-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GLRoutable": [
"Pod/Assets/*.png"
]
}
}