blob: d4b0bfbd6b1c4aed8581de7ab0e493f2a2a032a2 [file] [log] [blame]
{
"name": "AfriwanLib",
"version": "0.9",
"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": "0.9"
},
"source_files": "AfriwanLib/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}