[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 8 / MHLoadingButton / 0.0.1 / MHLoadingButton.podspec.json
blob93136746aa0e6c8683f18077a86cd31856b3204a
2   "name": "MHLoadingButton",
3   "version": "0.0.1",
4   "summary": "A collection of loading buttons and their stylings written in Swift.",
5   "description": "This project gives you 8 choices of loading indicators with the loading button. Besides, the IndicatorProtocol clearly defines the functions and properties. You can refer to it and customize your own. Last but no lease, the LoadingButton class is made to be open, from which you can easily inherit and create your own.",
6   "homepage": "https://github.com/twho/loading-buttons-ios",
7   "license": "MIT",
8   "authors": {
9     "Michael Ho": "tsungwei50521@gmail.com"
10   },
11   "social_media_url": "https://medium.com/@twho",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/twho/loading-buttons-ios.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "LoadingButtons",
21     "LoadingButtons/**/*.{h,m,swift}"
22   ],
23   "exclude_files": [
24     "LoadingButtonsDemo/**",
25     "LoadingButtonsDemoUITests/**"
26   ],
27   "swift_version": "5.0"