blob: ff0465e214d77a009de8add5819a052a4ed1d357 [file] [log] [blame]
{
"name": "ALTableKit",
"version": "1.0.1",
"summary": "A data-driven UITableView framework.",
"homepage": "https://github.com/wanyawan/ALTableKit",
"description": "A data-driven UITableView framework for building fast and flexible lists.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex": "duanzw@vip.qq.com"
},
"source": {
"git": "https://github.com/wanyawan/ALTableKit.git",
"tag": "1.0.1"
},
"requires_arc": true,
"source_files": "ALTableKit/**/*.{h,m}",
"public_header_files": "ALTableKit/*.h",
"private_header_files": "ALTableKit/ALTableKitInternal/*.h",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}