[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 2 / d / 3 / SwiftySnackBar / 1.0.0 / SwiftySnackBar.podspec.json
blob247bde68264fd562d08ae9bfd7801d84bc7fd03e
2   "name": "SwiftySnackBar",
3   "version": "1.0.0",
4   "summary": "A library to show SnackBar with animation and your own custom designs.",
5   "description": "This CocoaPods lets you create a SnackBar in iOS using Swift.",
6   "homepage": "https://github.com/TejasviTandon/SwiftySnackBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tejasvi Tandon": "Tejasvitandon@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/TejasviTandon/SwiftySnackBar.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "SwiftySnackBar",
23     "SwiftySnackBar/**/*.{h,m}"
24   ]