| { |
| "name": "SimpleTwitterAuthentication", |
| "version": "2.0.2", |
| "license": "Apache License, Version 2.0", |
| "homepage": "https://github.com/pirika-association/SimpleTwitterAuthentication", |
| "authors": { |
| "Nobuhiro Ito": "ito@pirika.org" |
| }, |
| "summary": "Simple Twitter Authentication Wrapper", |
| "source": { |
| "git": "https://github.com/pirika-association/SimpleTwitterAuthentication.git", |
| "tag": "v2.0.2" |
| }, |
| "module_name": "SimpleTwitterAuthentication", |
| "swift_versions": [ |
| "4.2", |
| "5.0" |
| ], |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Sources/*.{swift}", |
| "dependencies": { |
| "OAuthSwift": [ |
| "~> 1.4" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |