[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 4 / c / ALTableKit / 1.1.5 / ALTableKit.podspec.json
blob7d113baf6d0a06c7493251d014e8582dddff992a
2   "name": "ALTableKit",
3   "version": "1.1.5",
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.5"
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   }