| { |
| "name": "SeanSynchronousPosterGetter", |
| "version": "0.1.0", |
| "summary": "Created basic template for SeanSynchronousPodfile.", |
| "description": "No functionality or classes have been included in this version. It is only a basic template for a podfile.", |
| "homepage": "https://github.com/sean-luis/SeanSynchronousPosterGetter", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sean-luis": "gomesluissean@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/sean-luis/SeanSynchronousPosterGetter.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_version": "4.2", |
| "source_files": "SeanSynchronousPosterGetter/Classes/**/*.{h,m,swift}", |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ], |
| "dependencies": { |
| "SBJson": [ |
| "~> 5.0.0" |
| ], |
| "AFNetworking": [ |
| "~> 2.7.0" |
| ], |
| "SwiftLint": [ |
| "~> 0.30.1" |
| ], |
| "Result": [ |
| "~> 4.1.0" |
| ] |
| } |
| } |