[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / f / 3 / a / BlockTracker / 1.0.11 / BlockTracker.podspec.json
blob4167e8d6f7a575365794e3a046f38d2304c12d2d
2   "name": "BlockTracker",
3   "version": "1.0.11",
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.11"
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.2"
29     ]
30   }