blob: 7303b5198009a446778951788f615a0cd51181bc [file] [log] [blame]
{
"name": "AlamofireOAuth1",
"version": "0.1.0",
"summary": "OAuth1 library based on Alamofire for iOS.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zchan0/AlamofireOAuth1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cencen Zheng": "zhengcencen@gmail.com"
},
"source": {
"git": "https://github.com/zchan0/AlamofireOAuth1.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "AlamofireOAuth1/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"KeychainAccess": [
]
}
}