[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 8 / a / d / mk_fitpoloCentral / 0.0.7 / mk_fitpoloCentral.podspec.json
blob0c07a661a554591e500f1b5c4667f5b57b769517
2   "name": "mk_fitpoloCentral",
3   "version": "0.0.7",
4   "summary": "bluetooth central Manager For fitpolo",
5   "description": "bluetooth central Manager For fitpolo",
6   "homepage": "http://120.27.8.241/MKFitpolo/mk_fitpoloCentralManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lovexiaoxia": "aadyx2007@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation"
20   ],
21   "source": {
22     "git": "git@120.27.8.241:MKFitpolo/mk_fitpoloCentralManager.git",
23     "tag": "0.0.7"
24   },
25   "requires_arc": true,
26   "source_files": "mk_fitpoloCentral/*.h",
27   "subspecs": [
28     {
29       "name": "category",
30       "source_files": "mk_fitpoloCentral/category/*.{h,m}"
31     },
32     {
33       "name": "header",
34       "source_files": "mk_fitpoloCentral/header/*.h"
35     },
36     {
37       "name": "log",
38       "source_files": "mk_fitpoloCentral/log/*.{h,m}",
39       "dependencies": {
40         "mk_fitpoloCentral/header": [
42         ]
43       }
44     },
45     {
46       "name": "adopter",
47       "source_files": "mk_fitpoloCentral/adopter/*.{h,m}",
48       "dependencies": {
49         "mk_fitpoloCentral/header": [
51         ]
52       }
53     },
54     {
55       "name": "task",
56       "dependencies": {
57         "mk_fitpoloCentral/header": [
59         ],
60         "mk_fitpoloCentral/log": [
62         ],
63         "mk_fitpoloCentral/adopter": [
65         ]
66       },
67       "subspecs": [
68         {
69           "name": "fitpoloCurrent",
70           "source_files": "mk_fitpoloCentral/task/fitpoloCurrent/*.{h,m}"
71         },
72         {
73           "name": "fitpolo701",
74           "source_files": "mk_fitpoloCentral/task/fitpolo701/*.{h,m}"
75         },
76         {
77           "name": "operation",
78           "source_files": "mk_fitpoloCentral/task/operation/*.{h,m}",
79           "dependencies": {
80             "mk_fitpoloCentral/task/fitpolo701": [
82             ],
83             "mk_fitpoloCentral/task/fitpoloCurrent": [
85             ]
86           }
87         }
88       ]
89     },
90     {
91       "name": "centralManager",
92       "source_files": "mk_fitpoloCentral/centralManager/*.{h,m}",
93       "dependencies": {
94         "mk_fitpoloCentral/header": [
96         ],
97         "mk_fitpoloCentral/log": [
99         ],
100         "mk_fitpoloCentral/adopter": [
102         ],
103         "mk_fitpoloCentral/category": [
105         ],
106         "mk_fitpoloCentral/task/operation": [
108         ]
109       }
110     }
111   ]