[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 3 / 6 / c / BDBSpinKitRefreshControl / 1.0.2 / BDBSpinKitRefreshControl.podspec.json
blobe3c77439700e2a698f8629cae96f58e08b2847ee
2   "name": "BDBSpinKitRefreshControl",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "A UIRefreshControl replacement that utilizes the fantastic SpinKit progress indicators.",
6   "homepage": "https://github.com/bdbergeron/BDBSpinKitRefreshControl",
7   "social_media_url": "https://twitter.com/bradbergeron",
8   "authors": {
9     "Bradley David Bergeron": "brad@bradbergeron.com"
10   },
11   "source": {
12     "git": "https://github.com/bdbergeron/BDBSpinKitRefreshControl.git",
13     "tag": "1.0.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "BDBSpinKitRefreshControl/*.{h,m}",
20   "dependencies": {
21     "SpinKit": [
22       "~> 1.0"
23     ]
24   }