blob: d34cb428b100c6656c2b1301bd2aa13a11eaf46d [file] [log] [blame]
{
"name": "WSGateway",
"version": "0.0.9",
"summary": "A short description of WSGateway.",
"description": "Description",
"homepage": "http://EXAMPLE/WSGateway",
"license": "MIT",
"authors": {
"aditya": "dev@wowsomeseapp.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://dev%40wowsomeapp.com:Wowsome%40123@bitbucket.org/teamwowsomemobility/wsgatewayobjc.git",
"tag": "0.0.9"
},
"ios": {
"source_files": [
"Public/*.{h,m}",
"Public/**/*.{h,m}",
"Private/**/*.{h,m}"
]
},
"public_header_files": [
"Public/**/*.h",
"Public/*.h"
]
}