[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 3 / b / f / BlockTimer / 0.1.0 / BlockTimer.podspec.json
blob1517e0c5ef40196f74b32d6dd3d0df5811717363
2   "name": "BlockTimer",
3   "version": "0.1.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.1.0"
14   },
15   "social_media_url": "https://twitter.com/MynaBay",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "BlockTimer": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h"