[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / a / TransitionButton / 0.3.0 / TransitionButton.podspec.json
bloba209c5b99ce7ecc27b722f92fd5a4d5e04d05d77
2   "name": "TransitionButton",
3   "version": "0.3.0",
4   "summary": "UIButton sublass for loading and transition animation.",
5   "description": "UIButton sublass for loading and transition animation. Useful for network based application where you need to animate a button while doing background tasks.",
6   "homepage": "https://github.com/aladinway/TransitionButton",
7   "screenshots": [
8     "http://www.itechnodev.com/img/button-loading.png",
9     "http://www.itechnodev.com/img/button-transition-expanding.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Alaeddine M.": "itechnodev@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/aladinway/TransitionButton.git",
20     "tag": "0.3.0"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "Source/*.{h,m,swift}",
26   "frameworks": "UIKit",
27   "pushed_with_swift_version": "4.0"