[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 4 / 3 / BricksAndTiles / 0.0.3 / BricksAndTiles.podspec.json
blobcfa11ca5ee7d3ec0766370a5068d5b9d6fbfd916
2   "name": "BricksAndTiles",
3   "version": "0.0.3",
4   "summary": "A composable solution for building reusable lists in Swift/UIKit. As easy as playing with Legos.",
5   "homepage": "https://github.com/mugbug/BricksAndTiles",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pedro Zaroni": "zaronipedro@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/mugbug/BricksAndTiles.git",
15     "tag": "v0.0.3"
16   },
17   "swift_versions": "5.1",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "dependencies": {
22     "PaintAndBrush": [
23       "0.2.0"
24     ]
25   },
26   "source_files": "BricksAndTiles/Source/**/*.swift",
27   "subspecs": [
28     {
29       "name": "CollectionView",
30       "source_files": "BricksAndTiles/Source/CollectionView/**/*.swift"
31     },
32     {
33       "name": "TableView",
34       "source_files": [
35         "BricksAndTiles/Source/TableView/**/*.swift",
36         "BricksAndTiles/Source/Extensions/**/*.swift"
37       ]
38     }
39   ],
40   "swift_version": "5.1"