blob: 01be1b58e21016c9bc1525dbcdc9965b5b0a151a [file] [log] [blame]
{
"name": "GistHubRouter",
"version": "1.0.0",
"summary": "Gist API Router and Manager",
"description": "\"GistHubRouter is a CocoaPod that send to request to the gist api endpoint\"",
"homepage": "https://github.com/durul/GistHubRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"durul": "adurul17@hotmail.com"
},
"source": {
"git": "https://github.com/durul/GistHubRouter.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/duruldalkanat",
"platforms": {
"ios": "9.0"
},
"source_files": "GistHubRouter/Classes/*.swift",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"Locksmith": [
]
}
}