[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 0 / 1 / 6 / PluginLayout / 0.1 / PluginLayout.podspec.json
blob2a3d93db842280bdaa69bd5c5541247f3641139c
2   "name": "PluginLayout",
3   "version": "0.1",
4   "swift_versions": [
5     4.2,
6     5.0
7   ],
8   "summary": "A flexible UICollectionViewLayout based on plugins.",
9   "description": "A custom UICollectionViewLayout where each section can have its plugin.",
10   "homepage": "https://github.com/stefanomondino/PluginLayout",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE.md"
14   },
15   "authors": {
16     "Stefano Mondino": "stefano.mondino.dev@gmail.com"
17   },
18   "social_media_url": "https://twitter.com/puntoste",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "11.0"
22   },
23   "source": {
24     "git": "https://github.com/stefanomondino/PluginLayout.git",
25     "tag": "0.1"
26   },
27   "source_files": [
28     "Sources",
29     "Sources/**/*.swift"
30   ],
31   "exclude_files": "Classes/Exclude",
32   "swift_version": "5.0"