[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / f / BlockTimer / 0.2.0 / BlockTimer.podspec.json
blob87fbd6b009b776e4a563ef9450fdea49f15419a8
2   "name": "BlockTimer",
3   "version": "0.2.0",
4   "summary": "BlockTimer is an NSTimer wrapper that executes a code block.",
5   "description": "BlockTimer is an NSTimer wrapper that executes a code block instead of requiring a selector.",
6   "homepage": "https://github.com/MynaBay/BlockTimer",
7   "license": "MIT",
8   "authors": {
9     "Kevin Snow": "kevin@mynabay.com"
10   },
11   "source": {
12     "git": "https://github.com/MynaBay/BlockTimer.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/MynaBay",
16   "platforms": {
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h"