[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / d / 5 / CVKHierarchySearcher / 0.1.0 / CVKHierarchySearcher.podspec.json
blobad9252df6799fd59836a5f98582dbbd45ab9cbed
2   "name": "CVKHierarchySearcher",
3   "version": "0.1.0",
4   "summary": "Helper for important objects in view controller hierarchy.",
5   "description": "                       Helper class to access topmost view controllers of different kind\n                       in current hierarchy. Uses app's window and iterates down from it.\n\n                       Implements a protocol to ease its mocking in tests.\n",
6   "homepage": "https://github.com/coverback/CVKHierarchySearcher",
7   "license": "MIT",
8   "authors": {
9     "Romans Karpelcevs": "karpelcev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/coverback/CVKHierarchySearcher.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/cvbk",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "frameworks": "UIKit"