[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 5 / PoporFloatBT / 1.1 / PoporFloatBT.podspec.json
blob6fce30587ae17505a963617ee93c52f7f465c393
2   "name": "PoporFloatBT",
3   "version": "1.1",
4   "summary": "PoporFloatBT 悬浮UIButton, PoporFloatTV 悬浮的tableview, 可以增加多个.",
5   "homepage": "https://gitee.com/popor/PoporFloatBT",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "popor": "908891024@qq.com"
12   },
13   "source": {
14     "git": "https://gitee.com/popor/PoporFloatBT.git",
15     "tag": "1.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "default_subspecs": "FloatBT",
21   "subspecs": [
22     {
23       "name": "FloatBT",
24       "source_files": "PoporFloatBT/Classes/PoporFloatBT.{h,m}",
25       "requires_arc": true
26     },
27     {
28       "name": "FloatTV",
29       "dependencies": {
30         "PoporFloatBT/FloatBT": [
32         ],
33         "PoporAlertBubbleView": [
35         ]
36       },
37       "source_files": "PoporFloatBT/Classes/PoporFloatTV.{h,m}",
38       "requires_arc": true
39     }
40   ]