[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 4 / c / ALTableKit / 1.1.2 / ALTableKit.podspec.json
bloba085ab95bacac49af0680c23878e770df9812166
2   "name": "ALTableKit",
3   "version": "1.1.2",
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 Low coupling, Similar to the IGList CollectionView framework.",
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.1.2"
17   },
18   "requires_arc": true,
19   "source_files": "ALTableKit/**/*.{h,m,mm}",
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   }