[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / a / BlockTracker / 1.0.2 / BlockTracker.podspec.json
blobc41d182632650a29c9291c39b29c4916443fc6ae
2   "name": "BlockTracker",
3   "version": "1.0.2",
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.2"
18   },
19   "source_files": "BlockTracker/*.{h,m}",
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": [
29     ]
30   }