| { |
| "name": "PrettyCards", |
| "version": "1.0.0", |
| "summary": "Powerfull tool for creating views like iOS 11 appstore cards or buttons.", |
| "homepage": "https://github.com/ilia3546/PrettyCards", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ilya Kharlamov": "ilia3546@me.com" |
| }, |
| "source": { |
| "git": "https://github.com/ilia3546/PrettyCards.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": [ |
| "4.2", |
| "5.0" |
| ], |
| "source_files": "Source/*.{swift,h,m}", |
| "swift_version": "5.0" |
| } |