| { |
| "name": "CocoaAlert", |
| "version": "1.0.0", |
| "summary": "CocoaAlert can make alert quickly.", |
| "swift_versions": "4.1", |
| "description": "CocoaAlert can make alert quickly and easily.", |
| "homepage": "https://github.com/Pei1133/CocoaAlert", |
| "license": "MIT", |
| "authors": { |
| "Pei1133": "pei.7969pei.7969@gmail.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/Pei1133/CocoaAlert.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "CocoaAlert", |
| "CocoaAlert/**/*.{h,m,swift}", |
| "Resources/**/*.{h,m,mm}" |
| ], |
| "swift_version": "4.1" |
| } |