blob: 61badbae432862df7523a083e1cfb3d907ee96c8 [file] [log] [blame]
{
"name": "ALTableKit",
"version": "1.1.7",
"summary": "A data-driven UITableView framework.",
"homepage": "https://github.com/wanyawan/ALTableKit",
"description": "A data-driven UITableView framework for building fast and Low coupling, Similar to the IGList CollectionView framework.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex": "duanzw@vip.qq.com"
},
"source": {
"git": "https://github.com/wanyawan/ALTableKit.git",
"tag": "1.1.7"
},
"requires_arc": true,
"source_files": "ALTableKit/**/*.{h,m,mm}",
"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++"
}
}