[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / e / 4 / c / ALTableKit / 1.0.1 / ALTableKit.podspec.json
blobff0465e214d77a009de8add5819a052a4ed1d357
2   "name": "ALTableKit",
3   "version": "1.0.1",
4   "summary": "A data-driven UITableView framework.",
5   "homepage": "https://github.com/wanyawan/ALTableKit",
6   "description": "A data-driven UITableView framework for building fast and flexible lists.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex": "duanzw@vip.qq.com"
13   },
14   "source": {
15     "git": "https://github.com/wanyawan/ALTableKit.git",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "source_files": "ALTableKit/**/*.{h,m}",
20   "public_header_files": "ALTableKit/*.h",
21   "private_header_files": "ALTableKit/ALTableKitInternal/*.h",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "libraries": "c++",
30   "pod_target_xcconfig": {
31     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
32     "CLANG_CXX_LIBRARY": "libc++"
33   }