| { |
| "name": "AfriwanLib", |
| "version": "1.0", |
| "summary": "General CocoaPods library written in Swift", |
| "description": "General library for iOS, iPadOS and macOS app. Load an image, create animation, round corner of view or button, check internet connection, etc easily with AfriwanLib.", |
| "homepage": "https://github.com/AfriwanAhda/AfriwanLib.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Afriwan Ahda": "afriwan.phys@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "4.2", |
| "source": { |
| "git": "https://github.com/AfriwanAhda/AfriwanLib.git", |
| "tag": "1.0" |
| }, |
| "source_files": "AfriwanLib/**/*.{swift}", |
| "exclude_files": "Classes/Exclude", |
| "swift_version": "4.2" |
| } |