| { |
| "name": "ActionSheet", |
| "version": "0.1.0", |
| "summary": "An ActionSheet.", |
| "description": "A copy of Apples ActionSheet with icons, multi-function ActionButtons and other customisations.", |
| "homepage": "https://github.com/willconno/ActionSheet", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/willconno/ActionSheet/master/Screenshots/Screenshot1.png", |
| "https://raw.githubusercontent.com/willconno/ActionSheet/master/Screenshots/Screenshot2.png" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "William Connelly": "connelly.william@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/willconno/ActionSheet.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "ActionSheet/Classes/**/*", |
| "swift_versions": "4.0", |
| "resource_bundles": { |
| "ActionSheet": [ |
| "ActionSheet/Assets/*" |
| ] |
| }, |
| "swift_version": "4.0" |
| } |