[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / a / REPagedScrollView / 1.0 / REPagedScrollView.podspec.json
blobd11e0d9f1e8990ecd6966c3ea2369e2082077ba1
2   "name": "REPagedScrollView",
3   "version": "1.0",
4   "authors": {
5     "Roman Efimov": "romefimov@gmail.com"
6   },
7   "homepage": "https://github.com/romaonthego/REPagedScrollView",
8   "summary": "Paged UIScrollView with an embedded UIPageControl.",
9   "source": {
10     "git": "https://github.com/romaonthego/REPagedScrollView.git",
11     "tag": "1.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "source_files": "REPagedScrollView",
22   "public_header_files": "REPagedScrollView/*.h",
23   "ios": {
24     "frameworks": "QuartzCore"
25   }