[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / f / 3 / a / BlockTracker / 1.1.1 / BlockTracker.podspec.json
blobd93670123c7fd630f58cc4a29e765c29d4657cdd
2   "name": "BlockTracker",
3   "version": "1.1.1",
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.1.1"
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     "tvos": "9.0"
25   },
26   "requires_arc": true,
27   "static_framework": true,
28   "dependencies": {
29     "BlockHook": [
30       "~> 1.5.4"
31     ]
32   }