| { |
| "name": "ASToolkit", |
| "version": "0.1.4.2", |
| "summary": "A utility framework of useful and convenient additions and extensions to iOS in Swift", |
| "description": "A utility framework of useful and convenient additions and extensions to iOS in Swift!", |
| "homepage": "https://github.com/andrzejsemeniuk/ASToolkit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Andrzej Semeniuk", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/andrzejsemeniuk/ASToolkit.git", |
| "tag": "release/0.1.4.2" |
| }, |
| "source_files": [ |
| "ASToolkit", |
| "ASToolkit/**/*.{h,swift}" |
| ], |
| "exclude_files": [ |
| "ASToolkitTests/**", |
| "UIViewShowcase/**", |
| "UIViewShowcaseTests", |
| "UIViewShowcaseUITests" |
| ], |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.2" |
| }, |
| "pushed_with_swift_version": "3.2" |
| } |