[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / a / BlockTracker / 1.1.0 / BlockTracker.podspec.json
blob04855777540764ceb1d1ed6eaa0ef3d4c06df1c9
2   "name": "BlockTracker",
3   "version": "1.1.0",
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.0"
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   "dependencies": {
28     "BlockHook": [
29       "~> 1.5.4"
30     ]
31   }