[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 1 / KTSnackBar / 1.0.0 / KTSnackBar.podspec.json
blob2c9a7f2585f4c138b3387fb599d0ae1ce1439a97
2   "name": "KTSnackBar",
3   "version": "1.0.0",
4   "summary": "KTSnackBar is a pop up library like Android AppWidget. It is written in pure swift",
5   "homepage": "https://github.com/KoH1011/KTSnackBar",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "KoH1011": "kosuke.t.1011@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/KoH1011/KTSnackBar.git",
15     "tag": "1.0.0"
16   },
17   "social_media_url": "https://twitter.com/KoH_1011",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "KTSnackBar/*.swift",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   }