| { |
| "name": "OAuth", |
| "version": "0.1.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.1.0" |
| }, |
| "source_files": [ |
| "OAuth/Categories", |
| "OAuth/OAuth/Categories/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |