blob: f22036bbb5f25a67fb957be882150f7ebc7db353 [file] [log] [blame]
{
"name": "SwiftBit",
"version": "0.1.0",
"summary": "Fitbit API wrapper",
"description": "Fitbit API wrapper in Swift 2.0",
"homepage": "https://github.com/albertjo/SwiftBit",
"license": "MIT",
"authors": {
"Albert Jo": "n.hyun.jo@gmail.com"
},
"source": {
"git": "https://github.com/albertjo/SwiftBit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftBit/Classes/**/*",
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
],
"Alamofire": [
"~> 3.0"
],
"Locksmith": [
]
}
}