[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / f / 6 / QAView / 0.1.0 / QAView.podspec.json
blob11a8e930ef862d83e2bffedcfe36ca539ff40557
2   "name": "QAView",
3   "version": "0.1.0",
4   "summary": "QAView visualizes dependencies in between elemets of 2 arrays.",
5   "description": "QAView represents 2 UIScrollViews: _questionsScroller & _answersScroller populated with 2 arrays: _questions & _answers respectively. When a question is tapped, it becomes active and ready to be connected to answers. Use this pod whenever you have to visualize dependencies in between elements of 2 arrays.",
6   "homepage": "https://github.com/belakva/QAView",
7   "screenshots": "http://i.imgur.com/qE6fPfI.png",
8   "license": "MIT",
9   "authors": {
10     "belakva": "kerd@bk.ru"
11   },
12   "source": {
13     "git": "https://github.com/belakva/QAView.git",
14     "tag": "0.1.0"
15   },
16   "social_media_url": "https://twitter.com/nikita_kerd",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "QAView": [
24       "Pod/Assets/*.png"
25     ]
26   }