[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / a / TransitionButton / 0.5.1 / TransitionButton.podspec.json
blob5d33d55282de2a3ebe3c79048a23e78e30a692f8
2   "name": "TransitionButton",
3   "version": "0.5.1",
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.5.1"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "Source/*.{h,m,swift}",
26   "frameworks": "UIKit"