blob: be0fc3b1a2707099356a50e4f2bfa97d62774360 [file] [log] [blame]
{
"name": "MWCommonTool",
"version": "1.0.3",
"summary": "Commonly used tools in swift.",
"swift_version": "4.2",
"homepage": "https://github.com/ken3951/MWCommonTool",
"license": "MIT",
"authors": {
"mwk": "mawk@xym-group.com"
},
"social_media_url": "https://github.com/ken3951",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ken3951/MWCommonTool.git",
"tag": "1.0.3"
},
"source_files": [
"MWCommonTool/MWCommonTool/*.{h,m,swift,xib,storyboard,png}",
"MWCommonTool/MWCommonTool/CategoryClass/*.{h,m,swift,xib,storyboard,png}",
"MWCommonTool/MWCommonTool/MWExtension/*.{h,m,swift,xib,storyboard,png}",
"MWCommonTool/MWCommonTool/MWService/*.{h,m,swift,xib,storyboard,png}",
"MWCommonTool/MWCommonTool/MWView/*.{h,m,swift,xib,storyboard,png}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
"3.1.12"
],
"Masonry": [
],
"NVActivityIndicatorView": [
"~> 4.4.0"
]
},
"deprecated": true
}