[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 3 / 7 / 8 / MidpointSlider / 1.0.0 / MidpointSlider.podspec.json
blob3a0c5afa06ced751f229ac1cf1ba88a3cd22ee08
2   "name": "MidpointSlider",
3   "version": "1.0.0",
4   "summary": "MidpointSlider is a custom iOS control that allows the user to pull left or right from the slider's center when choosing a value.",
5   "description": "MidpointSlider is a custom iOS control that allows the user to pull left or right from the slider's center when choosing a value.  The slider's minimum and maximum values are configurable as well as the slider tint color.",
6   "homepage": "https://github.com/ccabanero/MidpointSlider",
7   "screenshots": "http://s3.amazonaws.com/big-leaf-public/pod_screenshots/MidpointSlider.gif",
8   "license": "MIT",
9   "authors": {
10     "Clint Cabanero": "clintcabanero@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/ccabanero/MidpointSlider.git",
14     "tag": "1.0.0"
15   },
16   "social_media_url": "https://twitter.com/clintcabanero",
17   "platforms": {
18     "ios": "8.3"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "MidpointSlider": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "QuartzCore"
30   ]