[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / a / 6 / FitbitSwift / 0.1.1 / FitbitSwift.podspec.json
blob414cfa6b9976bddd9eb235b4130df8c40648b63f
2   "name": "FitbitSwift",
3   "version": "0.1.1",
4   "summary": "Fitbit API wrapper written in Swift",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/albertjo/FitbitSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Albert Jo": "n.hyun.jo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/albertjo/FitbitSwift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FitbitSwift/Classes/**/*",
22   "requires_arc": true,
23   "dependencies": {
24     "SwiftyJSON": [
26     ],
27     "Alamofire": [
28       "~> 3.0"
29     ],
30     "Locksmith": [
32     ]
33   }