blob: e09edbb11d8904d48f4e61375f2f1b7e0d795aa2 [file] [log] [blame]
{
"name": "AFOUIKIT",
"version": "0.0.7",
"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.7"
},
"source_files": "AFOUIKIT/*.{h,m}",
"public_header_files": "AFOUIKIT/*.h",
"requires_arc": true,
"subspecs": [
{
"name": "viewController",
"source_files": "AFOUIKIT/viewController/*.{h,m}",
"public_header_files": "AFOUIKIT/viewController/*.h"
}
]
}