[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / a / 6 / ZYSuspensionView / 0.1.0 / ZYSuspensionView.podspec.json
blobf6b399b1edd5d6c3dd7dae4bd3cea6b3cfcc5a61
2   "name": "ZYSuspensionView",
3   "version": "0.1.0",
4   "summary": "悬浮球",
5   "description": "\"悬浮球组件,外加测试功能\"",
6   "homepage": "https://github.com/ripperhe/ZYSuspensionView",
7   "license": "MIT",
8   "authors": {
9     "ripper": "ripperhe@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ripperhe/ZYSuspensionView.git",
16     "tag": "0.1.0"
17   },
18   "frameworks": "UIKit",
19   "subspecs": [
20     {
21       "name": "SuspensionView",
22       "source_files": "ZYSuspensionView/**/*"
23     },
24     {
25       "name": "TestManager",
26       "source_files": "ZYTestManager/**/*",
27       "dependencies": {
28         "ZYSuspensionView/SuspensionView": [
30         ]
31       }
32     }
33   ]