[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / 2 / d / BigBang / 0.0.2 / BigBang.podspec.json
blobcca60138b7094bf20f9698488f14f34ed69d9847
2   "name": "BigBang",
3   "version": "0.0.2",
4   "license": "BSD",
5   "authors": {
6     "Jonathan Wagner": "tigeba@altereality.com"
7   },
8   "source": {
9     "git": "https://github.com/bigbang/bigbang-client-swift.git",
10     "tag": "0.0.2"
11   },
12   "summary": "Create realtime applications in seconds with Big Bang.",
13   "description": "Big Bang lets you create realtime applications in seconds. It makes event streaming and data synchronization a snap!",
14   "social_media_url": "http://twitter.com/getbigbang",
15   "homepage": "https://github.com/bigbang/bigbang-client-swift",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "prefix_header_file": "BigBangClient/BigBangClient.h",
21   "source_files": "BigBangClient/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "Alamofire": [
25       "~> 2.0.2"
26     ],
27     "SwiftyJSON": [
28       "~> 2.3.0"
29     ],
30     "Starscream": [
31       "~> 1.0.0"
32     ]
33   }