blob: fa25b551e669479c1440c6b4f67b7bea502ac296 [file] [log] [blame]
{
"name": "WSGateway",
"version": "0.0.11",
"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.11"
},
"ios": {
"source_files": [
"Public/*.{h,m}",
"Public/**/*.{h,m}",
"Private/**/*.{h,m}"
]
},
"public_header_files": [
"Public/**/*.h",
"Public/*.h"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}