[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / b / CPSegmentedScrollView / 1.0.1 / CPSegmentedScrollView.podspec.json
blob0e413a764b035822c446127033f60bf9c44ece0a
2   "name": "CPSegmentedScrollView",
3   "version": "1.0.1",
4   "summary": "CPSegmentedScrollView is a consul to animate a segmented control when paired with a scroll view.",
5   "homepage": "https://github.com/ClementPadovani/CPSegmentedScrollView",
6   "screenshots": "https://raw.githubusercontent.com/ClementPadovani/CPSegmentedScrollView/master/CPSegmentedScrollView.gif",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Clément Padovani": "clement.padovani@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ClementPadovani/CPSegmentedScrollView.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "CPSegmentedScrollView/Classes/**/*",
23   "public_header_files": "CPSegmentedScrollView/Classes/Public/*.h",
24   "private_header_files": "CPSegmentedScrollView/Classes/Private/*.h",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ]