[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / b / d / AXWireButton / 1.0.0 / AXWireButton.podspec.json
blob0b5aecba10ea9796229b5220c74269c5df01ab53
2   "name": "AXWireButton",
3   "version": "1.0.0",
4   "summary": "Wire style button for iOS flat design",
5   "description": "UIButton with Wire / Border style.\nIt looks good for iOS flat design",
6   "homepage": "https://github.com/akiroom/AXWireButton",
7   "screenshots": "https://raw.githubusercontent.com/akiroom/AXWireButton/master/Screenshot.gif",
8   "license": "MIT",
9   "authors": {
10     "akiroom": "akiyama@akiroom.com"
11   },
12   "source": {
13     "git": "https://github.com/akiroom/AXWireButton.git",
14     "tag": "1.0.0"
15   },
16   "social_media_url": "https://twitter.com/akiroom",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes",
22   "ios": {
23     "exclude_files": "Classes/osx"
24   }