[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / a / BlockTracker / 1.0.9 / BlockTracker.podspec.json
blobeda799c338c20bc0eed3779d400e79a7f2ba08ae
2   "name": "BlockTracker",
3   "version": "1.0.9",
4   "summary": "Tracking block args of Objective-C method based on BlockHook",
5   "description": "BlockTracker can track block arguments of a method. It's based on BlockHook.",
6   "homepage": "https://github.com/yulingtianxia/BlockTracker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yulingtianxia": "yulingtianxia@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/yulingtianxia",
15   "source": {
16     "git": "https://github.com/yulingtianxia/BlockTracker.git",
17     "tag": "1.0.9"
18   },
19   "source_files": "BlockTracker/*.{h,m,c}",
20   "public_header_files": "BlockTracker/*.h",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.8"
24   },
25   "requires_arc": true,
26   "dependencies": {
27     "BlockHook": [
28       "~> 1.5.0"
29     ]
30   }