blob: 7cde5cb0b1e3eb0b5e1e9ebe5133c7750422e968 [file] [log] [blame]
{
"name": "OAuthSwift",
"version": "0.5.1",
"license": "MIT",
"summary": "Swift based OAuth library for iOS and OSX.",
"homepage": "https://github.com/OAuthSwift/OAuthSwift",
"social_media_url": "http://twitter.com/dongriat",
"authors": {
"Dongri Jin": "dongriat@gmail.com"
},
"source": {
"git": "https://github.com/OAuthSwift/OAuthSwift.git",
"tag": "0.5.1"
},
"source_files": "OAuthSwift/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": false
}