blob: a53ddfe95d3974b17688afab349bc1dd66f8fcf6 [file] [log] [blame]
{
"name": "MediumSDKSwift",
"version": "0.0.3",
"summary": "A swift SDK for Medium's OAuth2 API https://medium.com",
"homepage": "https://github.com/96-problems/medium-sdk-swift",
"license": {
"type": "MIT"
},
"authors": {
"drinkius": "telegin.alexander@gmail.com",
"ferbass": "ferbass@gmail.com",
"ndethore": "nicolas.dethore@gmail.com"
},
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"source": {
"git": "https://github.com/96-problems/medium-sdk-swift.git",
"tag": "0.0.3"
},
"source_files": "medium-sdk-swift/*.swift",
"dependencies": {
"OAuthSwift": [
"~> 0.5.2"
],
"SwiftyJSON": [
"2.3.2"
],
"Alamofire": [
"~> 3.4"
]
}
}