[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / b / DrawerView / 1.1.0 / DrawerView.podspec.json
blobf336395311332ce8078b2b39843d03d0aa07deba
2   "name": "DrawerView",
3   "version": "1.1.0",
4   "summary": "An iOS 10 Maps.app style drawer to be used anywhere in your app",
5   "description": "DrawerView is a view for iOS that mimics the functionality of the drawer introduced in the Maps (iOS 10 →).",
6   "homepage": "https://github.com/mkko/DrawerView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/mkko/DrawerView/master/Resources/search_sample.gif",
9     "https://raw.githubusercontent.com/mkko/DrawerView/master/Resources/dark_sample.gif",
10     "https://raw.githubusercontent.com/mkko/DrawerView/master/Resources/toolbar_sample.gif"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE.md"
15   },
16   "authors": {
17     "Mikko Välimäki": "mkko1373@gmail.com"
18   },
19   "social_media_url": "http://twitter.com/mkko",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source": {
24     "git": "https://github.com/mkko/DrawerView.git",
25     "tag": "1.1.0"
26   },
27   "source_files": [
28     "DrawerView",
29     "DrawerView/**/*.{h,m}"
30   ]