[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 4 / 7 / JTSScrollIndicator / 1.0.0 / JTSScrollIndicator.podspec.json
blobdddb2f5ca3eb87abf91f033a1badba8cfd611f42
2   "name": "JTSScrollIndicator",
3   "version": "1.0.0",
4   "summary": "A substitute scroll indicator for iOS UIScrollViews. Looks almost identical, but allows custom colors.",
5   "homepage": "https://github.com/jaredsinclair/JTSScrollIndicator",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jared Sinclair": "https://twitter.com/jaredsinclair"
12   },
13   "source": {
14     "git": "https://github.com/jaredsinclair/JTSScrollIndicator.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "compiler_flags": "-fmodules",
23   "source_files": [
24     "Source/*.{h,m}"
25   ]