blob: e941147eecd682c4d080f16d9ac60f49ad40c0cf [file] [log] [blame]
{
"name": "AFOUIKIT",
"version": "0.0.2",
"summary": "This library is for extending UIKit libraries.",
"description": "Inherit and system classes, compile extensions, and reuse.",
"homepage": "https://github.com/PangDuTechnology/AFOUIKIT.git",
"license": "MIT",
"authors": {
"PangDu": "xian312117@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PangDuTechnology/AFOUIKIT.git",
"tag": "0.0.2"
},
"source_files": [
"AFOUIKIT",
"AFOUIKIT/*.h",
"AFOUIKIT/**/*.{h,m}"
],
"public_header_files": "AFOUIKIT/**/*.h",
"requires_arc": true
}