[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 0 / 1 / d / DKActivityButton / 1.0.0 / DKActivityButton.podspec.json
blob18f26d8fb11b0a140817b48c7be04491e604fd73
2   "name": "DKActivityButton",
3   "version": "1.0.0",
4   "summary": "iOS UIButton subclass with activity indicator in form of spinning UIImageView.",
5   "description": "To change spinning circle image just change \"preloader\" image in your assets.\nIt has only one property - loading. All other properties can be set as for regular UIButton.\n\nI use this control with ReactiveCocoa.\nWritten in Objective C.",
6   "homepage": "https://github.com/wzbozon/DKActivityButton",
7   "screenshots": "http://blog.alwawee.com/wp-content/uploads/2017/12/DKActivityButton.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Dennis Kutlubaev": "kutlubaev.denis@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/wzbozon/DKActivityButton.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DKActivityButton/Classes/**/*"