[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / e / 9 / 3 / ComponentSwift / 0.2 / ComponentSwift.podspec.json
blob5e2ca6a3829d0594c3a6ad7fa4d07888c0fc4a0f
2   "name": "ComponentSwift",
3   "version": "0.2",
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.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "Sources/**/*.{swift,h,m,mm}",
21   "private_header_files": "Sources/private/**/*.{h}",
22   "module_map": "Sources/SupportFiles/ComponentSwift.modulemap",
23   "dependencies": {
24     "ComponentKit": [
26     ],
27     "CKTableViewTransactionalDataSource": [
29     ]
30   },
31   "pushed_with_swift_version": "3.0"