[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 3 / 6 / c / BDBSpinKitRefreshControl / 1.0.1 / BDBSpinKitRefreshControl.podspec.json
blob411423d5f79d213b74a39701bf06a5734bc2148d
2   "name": "BDBSpinKitRefreshControl",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "Easily use SpinKit with UIRefreshControl!",
6   "homepage": "https://github.com/bdbergeron/BDBSpinKitRefreshControl",
7   "authors": {
8     "Bradley David Bergeron": "brad@bradbergeron.com"
9   },
10   "source": {
11     "git": "https://github.com/bdbergeron/BDBSpinKitRefreshControl.git",
12     "tag": "1.0.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "BDBSpinKitRefreshControl/*.{h,m}",
19   "public_header_files": "BDBSpinKitRefreshControl/*.h",
20   "dependencies": {
21     "SpinKit": [
22       "~> 1.0.0"
23     ]
24   }