[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / e / b / SwiftInputListView / 1.1.4 / SwiftInputListView.podspec.json
blob1c0dacbe9a334fcc041f39c2690826629cf57ea4
2   "name": "SwiftInputListView",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "UICollectionView subclass that combines InputData and UIAdaptableInputView.",
7   "requires_arc": true,
8   "version": "1.1.4",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Hai Pham": "swiften.svc@gmail.com"
15   },
16   "homepage": "https://github.com/protoman92/SwiftInputListView.git",
17   "source": {
18     "git": "https://github.com/protoman92/SwiftInputListView.git",
19     "tag": "1.1.4"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "SwiftInputView/Main": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Main",
31       "source_files": "SwiftInputListView/**/*.{swift}"
32     },
33     {
34       "name": "Test",
35       "source_files": [
36         "SwiftInputListView/**/*.{swift}",
37         "SwiftInputListViewTests/util/**/*.{swift}"
38       ]
39     }
40   ]