[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 5 / 7 / STNScrollBarControl / 1.0.0 / STNScrollBarControl.podspec.json
blob98c520d03806f5011d637906d2507a92f8876942
2   "name": "STNScrollBarControl",
3   "version": "1.0.0",
4   "summary": "A scroll bar like Google photo's can scroll scrollview/tableview/collectionview and show text depending on cell",
5   "description": "The scroll bar is subclass of UIControl and it is very easly added to scrollview/tableview/collectionview. It also can show text when implement delegate.",
6   "homepage": "https://github.com/stonezhl/STNScrollBarControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stone Zhang": "stnzhl@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/stonezhl/STNScrollBarControl.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "STNScrollBarControl",
23     "STNScrollBarControl/**/*.{h,m,swift}"
24   ]