[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / f / MultiPageController / 0.2.1 / MultiPageController.podspec.json
blob501a1573febbcab34e1535b7311fe4583017befa
2   "name": "MultiPageController",
3   "version": "0.2.1",
4   "summary": "UIPageController-like component that allows fast navigation by horizontal scrolling",
5   "description": "Component inspired by UIPageController that allows fast navigation by scrolling to switch to a different ViewController. \nViewControllers are lazily instantiated the first time it gets activated.\nAn item gets automatically selected if the user stop scrolling, or the user can tap an element o select it.",
6   "homepage": "https://github.com/snit-ram/MultiPageController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rafael Martins": "snit.ram@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/snit-ram/MultiPageController.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MultiPageController/Source/**/*",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.0"
24   },
25   "user_target_xcconfig": {
26     "SWIFT_VERSION": "3.0"
27   }