| { |
| "name": "AppProgressCore", |
| "version": "1.0.2", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Appleらしいローディングができます。App Extension用です。", |
| "homepage": "https://github.com/hideyukitone/AppProgress", |
| "authors": { |
| "hideyuki okuni": "hideyukitone@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/hideyukitone/AppProgress.git", |
| "tag": "v1.0.2" |
| }, |
| "source_files": [ |
| "AppProgress/*.{swift}", |
| "AppProgress/View/*.{swift}", |
| "AppProgress/Protocol/*.{swift}", |
| "AppProgress/Enum/*.{swift}" |
| ], |
| "requires_arc": true, |
| "swift_version": "4.1" |
| } |