[Add] AdPopcornSSP 2.9.1
[CocoaPods.git] / Specs / e / 9 / 3 / ComponentSwift / 0.3 / ComponentSwift.podspec.json
blob0fb537f170158cf05da7abac500dae1180a922d2
2   "name": "ComponentSwift",
3   "version": "0.3",
4   "summary": "ComponentSwift brings ComponentKit to swift",
5   "description": "ComponentSwift brings ComponentKit to swift.\n\nComponentKit is a react-inspired native view framework for iOS developed by Facebook. It intruduce a new abstract layer (component) to automatically handle view reuse, meanwhile provide the ability to build smooth list view easily.\n\nComponentSwift is an objc wrapper of ComponentKit and refined for swift. ComponentSwift is designed to be a subset of ComponentKit, implementing the most commonly used features.",
6   "homepage": "https://github.com/leavez/ComponentSwift",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "leavez": "gaojiji@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/leavez/ComponentSwift.git",
15     "tag": "0.3"
16   },
17   "platforms": {
18     "ios": "8.1"
19   },
20   "source_files": "Sources/**/*.{swift,h,m,mm}",
21   "private_header_files": "Sources/private/**/*.{h}",
22   "module_map": "Sources/SupportFiles/ComponentSwift.modulemap",
23   "pod_target_xcconfig": {
24     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
25   },
26   "dependencies": {
27     "ComponentKit": [
28       "~>0.15.0"
29     ],
30     "CKTableViewTransactionalDataSource": [
31       " ~> 0.1.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"