| { |
| "name": "OAuth", |
| "module_name": "OAuth", |
| "version": "0.4.0", |
| "summary": "OAuth 1.0 implementation in Objective-C", |
| "description": "OAuth 1.0 implementation in Objective-C, currently only supporting oAuth 1.0", |
| "homepage": "https://github.com/m4rkusgage/OAuth", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mark Gage": "markgage86@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/m4rkusgage/OAuth.git", |
| "tag": "v0.4.0" |
| }, |
| "source_files": "OAuth/OAuth/**/*.{h,m}", |
| "requires_arc": true |
| } |