blob: d67f29b776ea41d4d9349b0312e047f5610e82c3 [file] [log] [blame]
{
"name": "OAuthSwift",
"version": "0.1.2",
"summary": "Swift based OAuth library for iOS.",
"description": " * Swift based OAuth library for iOS.\n",
"homepage": "https://github.com/dongri/OAuthSwift",
"license": "MIT",
"authors": {
"Dongri Jin": "dongriat@gmail.com"
},
"source": {
"git": "https://github.com/dongri/OAuthSwift.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/dongriat",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"OAuthSwift": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}