blob: 188c03f56a03639d3af52bb236d8ef79843d68e9 [file] [log] [blame]
{
"name": "BigBang",
"version": "0.0.1",
"license": "BSD",
"authors": {
"Jonathan Wagner": "tigeba@altereality.com"
},
"source": {
"git": "https://github.com/bigbang/bigbang-client-swift.git",
"tag": "0.0.1"
},
"summary": "Create realtime applications in seconds with Big Bang.",
"description": "Big Bang lets you create realtime applications in seconds. It makes event streaming and data synchronization a snap!",
"social_media_url": "http://twitter.com/getbigbang",
"homepage": "https://github.com/bigbang/bigbang-client-swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"prefix_header_file": "BigBangClient/BigBangClient.h",
"source_files": "BigBangClient/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"SwiftyJSON": [
"~> 2.2.0"
],
"Starscream": [
"~> 0.9.3"
]
}
}