[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 1 / 3 / Fadeable / 0.1.0 / Fadeable.podspec.json
blobaae0bb78ed86c8d4487986ba06e977289c691f78
2   "name": "Fadeable",
3   "version": "0.1.0",
4   "summary": "Fadeable provides an easy-to-use way to extend UIViews with fade in / fade out capabilities.",
5   "description": "Fadeable provides a protocol + protocol extension to enhance UIViews with the ability to fade in and fade out.",
6   "homepage": "https://github.com/andrewcbancroft/Fadeable",
7   "license": "MIT",
8   "authors": {
9     "Andrew Bancroft": "andrew@andrewcbancroft.com"
10   },
11   "source": {
12     "git": "https://github.com/andrewcbancroft/Fadeable.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Fadeable": [
22       "Pod/Assets/*.png"
23     ]
24   }