[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / d / YLPrivacy / 0.0.1 / YLPrivacy.podspec.json
blob1aea465bbcec94e991917bf22d75ab91d2269084
2   "name": "YLPrivacy",
3   "version": "0.0.1",
4   "summary": "iOS 隐私权限授权",
5   "description": "iOS 隐私许可状态,设置权限的许可",
6   "homepage": "https://github.com/xyl-private/YLPrivacy",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "村雨灬龑": "xyl-private@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/xyl-private/YLPrivacy.git",
19     "tag": "0.0.1"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": [
26         "YLPrivacy/YLPrivacyPermissionSetting.{h,m}",
27         "YLPrivacy/YLPrivacyPermission.{h,m}"
28       ]
29     },
30     {
31       "name": "Camera",
32       "source_files": "YLPrivacy/YLPrivacyPermissionCamera.{h,m}"
33     },
34     {
35       "name": "Photo",
36       "source_files": "YLPrivacy/YLPrivacyPermissionPhotos.{h,m}"
37     },
38     {
39       "name": "Contact",
40       "source_files": "YLPrivacy/YLPrivacyPermissionContacts.{h,m}"
41     },
42     {
43       "name": "Location",
44       "source_files": "YLPrivacy/YLPrivacyPermissionLocation.{h,m}"
45     },
46     {
47       "name": "Reminder",
48       "source_files": "YLPrivacy/YLPrivacyPermissionReminders.{h,m}"
49     },
50     {
51       "name": "Calendar",
52       "source_files": "YLPrivacy/YLPrivacyPermissionCalendar.{h,m}"
53     },
54     {
55       "name": "Microphone",
56       "source_files": "YLPrivacy/YLPrivacyPermissionMicrophone.{h,m}"
57     },
58     {
59       "name": "Health",
60       "source_files": "YLPrivacy/YLPrivacyPermissionHealth.{h,m}"
61     },
62     {
63       "name": "Net",
64       "source_files": [
65         "YLPrivacy/YLPrivacyPermissionNet.{h,m}",
66         "YLPrivacy/NetReachability.{h,m}",
67         "YLPrivacy/YLPrivacyPermissionData.{h,m}"
68       ]
69     },
70     {
71       "name": "Tracking",
72       "source_files": "YLPrivacy/YLPrivacyPermissionTracking.{h,m}"
73     },
74     {
75       "name": "Notification",
76       "source_files": "YLPrivacy/YLPrivacyPermissionNotification.{h,m}"
77     }
78   ]