[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 9 / 3 / RangeSliderView / 0.1.0 / RangeSliderView.podspec.json
blobc6c15ae214c59b4785c67e6cea804939f59f4ba3
2   "name": "RangeSliderView",
3   "version": "0.1.0",
4   "summary": "RangeSliderView provide an easy to use range slider view.",
5   "description": "RangeSliderView is a NSControl/NSControl/UIControl subclass that provides an easy control to select a range.",
6   "homepage": "https://github.com/oarrabi/RangeSliderView",
7   "screenshots": [
8     "http://i.imgur.com/PkG5mJG.png",
9     "http://i.imgur.com/RDusAaZ.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Omar Abdelhafith": "o.arrabi@me.com"
14   },
15   "source": {
16     "git": "https://github.com/oarrabi/RangeSliderView.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/ifnottrue",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "requires_arc": true,
25   "source_files": [
26     "Pod/Classes/**/*"
27   ],
28   "pod_target_xcconfig": {
29     "ENABLE_TESTABILITY": "YES"
30   }