[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / 6 / SwiftyButton / 0.1.0 / SwiftyButton.podspec.json
blob72d31518f118960abe6169f73124ef515ab1b7aa
2   "name": "SwiftyButton",
3   "version": "0.1.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.1.0"
14   },
15   "source_files": "SwiftyButton/*.swift",
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   }