blob: a71eeb355d4e53809a8822d4630727e7788abd30 [file] [log] [blame]
{
"name": "PutioAPI",
"version": "0.1.2",
"summary": "Swift wrapper for Put.io API v2",
"swift_version": "4.2",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/aydieneue/Putio.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Altay Aydemir": "altay.aydemir@gmail.com"
},
"source": {
"git": "https://github.com/aydieneue/Putio.swift.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/aydieneue",
"platforms": {
"ios": "10.0"
},
"source_files": "PutioAPI/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
}
}