[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / b / e / TBMultiAppearanceButton / 1.2.0 / TBMultiAppearanceButton.podspec.json
blob097440c64556e69abff0b16a65b9826719a43384
2   "name": "TBMultiAppearanceButton",
3   "version": "1.2.0",
4   "summary": "Swift framework to configure and switch between multiple appearances of a UIButton",
5   "homepage": "https://github.com/TalkingBibles/TBMultiAppearanceButton",
6   "license": {
7     "type": "MIT",
8     "text": "@see LICENSE"
9   },
10   "authors": {
11     "Talking Bibles International": "devops@talkingbibles.org",
12     "Clay Smith": "s.clay.smith@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/Talking_Bibles",
15   "source": {
16     "git": "https://github.com/TalkingBibles/TBMultiAppearanceButton.git",
17     "tag": "v1.2.0"
18   },
19   "requires_arc": true,
20   "xcconfig": {
21     "SWIFT_INSTALL_OBJC_HEADER": "NO"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "ios": {
27     "source_files": "TBMultiAppearanceButton/*.{swift}",
28     "frameworks": "UIKit"
29   }