[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 0 / c / BlinkingButton / 0.1.0 / BlinkingButton.podspec.json
blobf3f708ed78b6c6cfb477575922cc0e44e2176811
2   "name": "BlinkingButton",
3   "version": "0.1.0",
4   "summary": "A subclass of UIButton that provides a blink.",
5   "description": "This pod provides the ability to use a UIButton that may be started and stopped blinking.",
6   "homepage": "https://github.com/warchimede/BlinkingButton",
7   "license": "MIT",
8   "authors": {
9     "William Archimede": "william.archimede@hoodbrains.com"
10   },
11   "source": {
12     "git": "https://github.com/warchimede/BlinkingButton.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     "BlinkingButton": [
22       "Pod/Assets/*.png"
23     ]
24   }