[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 4 / b / e / TBMultiAppearanceButton / 1.1.0 / TBMultiAppearanceButton.podspec.json
blobec695fc9c5265c572beb068ed8058fd4781aa27e
2   "name": "TBMultiAppearanceButton",
3   "version": "1.1.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.1.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   }