[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 4 / 8 / MHLoadingButton / 0.1.2 / MHLoadingButton.podspec.json
blob12d45595c1dab2b6ade25e27ab1c5ea8231bae28
2   "name": "MHLoadingButton",
3   "version": "0.1.2",
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.1.2"
18   },
19   "source_files": [
20     "LoadingButtons",
21     "LoadingButtons/**/*.{h,m,swift}"
22   ],
23   "exclude_files": [
24     "LoadingButtonsDemo/**",
25     "LoadingButtonsDemoUITests/**"
26   ],
27   "swift_versions": "5.0",
28   "swift_version": "5.0"