[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 2 / f / SwiftBit / 0.1.0 / SwiftBit.podspec.json
blobf22036bbb5f25a67fb957be882150f7ebc7db353
2   "name": "SwiftBit",
3   "version": "0.1.0",
4   "summary": "Fitbit API wrapper",
5   "description": "Fitbit API wrapper in Swift 2.0",
6   "homepage": "https://github.com/albertjo/SwiftBit",
7   "license": "MIT",
8   "authors": {
9     "Albert Jo": "n.hyun.jo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/albertjo/SwiftBit.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "SwiftBit/Classes/**/*",
19   "requires_arc": true,
20   "dependencies": {
21     "SwiftyJSON": [
23     ],
24     "Alamofire": [
25       "~> 3.0"
26     ],
27     "Locksmith": [
29     ]
30   }