blob: 414cfa6b9976bddd9eb235b4130df8c40648b63f [file] [log] [blame]
{
"name": "FitbitSwift",
"version": "0.1.1",
"summary": "Fitbit API wrapper written in Swift",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/albertjo/FitbitSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Albert Jo": "n.hyun.jo@gmail.com"
},
"source": {
"git": "https://github.com/albertjo/FitbitSwift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FitbitSwift/Classes/**/*",
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
],
"Alamofire": [
"~> 3.0"
],
"Locksmith": [
]
}
}