blob: 606e25968a06f80df591a91d90e06aee42173a85 [file] [log] [blame]
{
"name": "AKCommonUtility",
"version": "0.1.0",
"summary": "AKCommonUtility provides common methods.",
"swift_version": "4.2",
"description": "AKCommonUtility provides common methods. install this in to project . never have to rewrite again.",
"homepage": "https://github.com/ankitkargathra/AKCommonUtility",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ankitkargathra": "ankit.kargathra@gmail.com"
},
"source": {
"git": "https://github.com/ankitkargathra/AKCommonUtility.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AKCommonUtility/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}