[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 7 / 6 / SwiftyButton / 0.4.0 / SwiftyButton.podspec.json
blobda04df394756a3724dcff18540e56a3f7a8e34d4
2   "name": "SwiftyButton",
3   "version": "0.4.0",
4   "summary": "Simple and customizable button in Swift",
5   "description": "SwiftyButton is a UIButton subclass that allows you to create shadowed/pressable buttons via a very simple interface.",
6   "homepage": "https://github.com/TakeScoop/SwiftyButton",
7   "license": "MIT",
8   "authors": {
9     "Scoop": "ops@takescoop.com"
10   },
11   "source": {
12     "git": "https://github.com/TakeScoop/SwiftyButton.git",
13     "tag": "0.4.0"
14   },
15   "source_files": [
16     "SwiftyButton/SwiftyButton.swift",
17     "SwiftyButton/SwiftyButton+ResizableImage.swift"
18   ],
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0"
23   },
24   "subspecs": [
25     {
26       "name": "CustomContent",
27       "source_files": "SwiftyButton/*.swift",
28       "dependencies": {
29         "PureLayout": [
30           "~> 3.0"
31         ]
32       }
33     }
34   ]