blob: bba8c76dcdba536f158c91c32113d004efbaa548 [file] [log] [blame]
{
"name": "HWSCustomIOSLib",
"version": "6.0",
"summary": "A Common Custom UI Controls, Common Custom Models of HWSCustomIOSLib",
"description": "A longer description of HWSCustomIOSLib in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/HasanSawaed/ios_custom_lib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hasan Sa": "hasansa007@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HasanSawaed/ios_custom_lib.git",
"tag": "6.0"
},
"source_files": "**/*.{h,m}",
"resources": [
"**/*.{json}",
"**/*.{xib}",
"**/*.{plist}"
],
"requires_arc": true
}