[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 0 / c / f / DPLoadingButton / 0.2.2 / DPLoadingButton.podspec.json
blobc067fe8fb1fbc1485a185c299f5a11c6d0ffb05c
2   "name": "DPLoadingButton",
3   "version": "0.2.2",
4   "license": "MIT",
5   "summary": " A 'button like' control that displayes a UIActivityIndicatorView when the button fires a control event.",
6   "description": "                          DPLoadingButton is a button like control, that will display an animating UIActivityIndicatorView automatically until the button action is done.\n",
7   "homepage": "https://github.com/danielpetroianu/DPLoadingButton",
8   "authors": {
9     "Petroianu Daniel": "petroianudaniel@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/danielpetroianu",
12   "screenshots": "https://raw.githubusercontent.com/danielpetroianu/DPLoadingButton/master/Example/Screenshots/DPLoadingButton.gif",
13   "source": {
14     "git": "https://github.com/danielpetroianu/DPLoadingButton.git",
15     "tag": "0.2.2"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "Core",
25       "public_header_files": "Pod/Classes/Core/*.h",
26       "source_files": "Pod/Classes/Core"
27     },
28     {
29       "name": "AFNetworking",
30       "dependencies": {
31         "DPLoadingButton/Core": [
33         ],
34         "AFNetworking": [
35           ">= 2.0"
36         ]
37       },
38       "public_header_files": "Pod/Classes/AFNetworking/*.h",
39       "source_files": "Pod/Classes/AFNetworking"
40     }
41   ]