[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 2 / 1 / PageController / 0.4.0 / PageController.podspec.json
blobce487194537b178dd6098de243afa87dc5da0516
2   "name": "PageController",
3   "version": "0.4.0",
4   "summary": "Infinite paging controller, scrolling through contents and title bar scrolls with a delay for iOS written in Swift.",
5   "description": "PageController is infinite paging controller, scrolling through contents and title bar scrolls with a delay. Then it provide user interaction to smoothly and effortlessly moving. It is for iOS written in Swift.",
6   "homepage": "https://github.com/hirohisa/PageController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hirohisa Kawasaki": "hirohisa.kawasaki@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hirohisa/PageController.git",
16     "tag": "0.4.0"
17   },
18   "source_files": "PageController/*.swift",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "xcconfig": {
24     "SWIFT_VERSION": "2.3"
25   }