[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / d / f / DKPopupMenu / 0.2.0 / DKPopupMenu.podspec.json
blob59e7776f283f01bdd8ca4976bf8bea4300a6ca0b
2   "name": "DKPopupMenu",
3   "version": "0.2.0",
4   "summary": "Simple Android-like popup menu",
5   "description": "A fast and simple way to add Android-like looking popup menu anywhere in a project with API similar to UIAlertController, but simpler :)\nIt is now possible to set custom background view to customize color and handle gestures.\nOptionally, any nib file can be used to present menu cell's content.",
6   "homepage": "https://github.com/Dmitriy837/DKPopupMenu",
7   "screenshots": "https://raw.githubusercontent.com/Dmitriy837/DKPopupMenu/master/Demo/simple.jpg",
8   "license": "MIT",
9   "authors": {
10     "DmytroKovryhin": "agnostic.88@yandex.ua"
11   },
12   "source": {
13     "git": "https://github.com/Dmitriy837/DKPopupMenu.git",
14     "tag": "0.2.0"
15   },
16   "social_media_url": "https://twitter.com/DmitriyKovrihin",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*.{h,m}",
22   "resources": [
23     "Pod/Assets/*.{png,storyboard,lproj}"
24   ]