| { |
| "name": "ExampleData", |
| "version": "0.1.0", |
| "summary": "ExampleData is just an example to learn how to framework oriented programming", |
| "homepage": "https://github.com/gee-whiz/ExampleData.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "George": "george@immedia.co.za" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/gee-whiz/ExampleData.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "ExampleData/**/*.{swift}", |
| "resources": "ExampleData/**/*.{png,jpeg,jpg,storyboard,xib}", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |