blob: e4ff1599065c9cc3016e2f172e27c6532db1cdf6 [file] [log] [blame]
{
"name": "AHandyExtensions",
"version": "0.0.1",
"summary": "HandyExtensions is pod written for me by me",
"description": "HandyExtensions includes extensions used by me in everyday coding.\nHandyExtensions also includes 3rd Party dependencies such as Alamofire, PureLayout",
"homepage": "https://github.com/ArthurAvagyan/HandyExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arthur": "artavagyan2000@gmail.com"
},
"swift_versions": "5.2",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/ArthurAvagyan/HandyExtensions.git",
"tag": "0.0.1"
},
"source_files": [
"Handy Extensions",
"Handy Extensions/**/*.{h,m,swift}"
],
"exclude_files": [
"Classes/Exclude"
],
"dependencies": {
"Alamofire": [
],
"PureLayout": [
]
},
"swift_version": "5.2"
}