[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / f / b / SafariLayout / 0.1.1 / SafariLayout.podspec.json
blob060262c5a96ee9d6aecaf954e25977c01d62ea6f
2   "name": "SafariLayout",
3   "version": "0.1.1",
4   "summary": "A Safari tabs like UICollectionViewLayout",
5   "swift_versions": "5.0",
6   "description": "This is a UICollectionViewLayout that reproduce the iOS Safari tabs experience,\njust use SafariCollectionViewLayout in your UICollectionView and subclass your cells from SafariCollectionViewCell!",
7   "homepage": "https://github.com/Oni-zerone/CollectionLayouts",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Andrea Altea": "oni.zerone@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Oni-zerone/CollectionLayouts.git",
17     "tag": "SafariLayout-0.1.1"
18   },
19   "social_media_url": "https://twitter.com/Oni_zerone",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "SafariLayout/Classes/**/*",
24   "frameworks": [
25     "UIKit",
26     "CoreGraphics"
27   ],
28   "swift_version": "5.0"