[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 4 / d / YLPrivacy / 0.0.2 / YLPrivacy.podspec.json
blob069123fd2bba2bbf886c26e3e20ca51d7c2d6b8a
2   "name": "YLPrivacy",
3   "version": "0.0.2",
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.2"
20   },
21   "requires_arc": true,
22   "default_subspecs": "All",
23   "subspecs": [
24     {
25       "name": "All",
26       "source_files": "YLPrivacy/*.{h,m}"
27     },
28     {
29       "name": "Base",
30       "source_files": [
31         "YLPrivacy/YLPrivacyPermissionSetting.{h,m}",
32         "YLPrivacy/YLPrivacyPermission.{h,m}"
33       ]
34     },
35     {
36       "name": "Camera",
37       "source_files": "YLPrivacy/YLPrivacyPermissionCamera.{h,m}"
38     },
39     {
40       "name": "Photo",
41       "source_files": "YLPrivacy/YLPrivacyPermissionPhotos.{h,m}"
42     },
43     {
44       "name": "Contact",
45       "source_files": "YLPrivacy/YLPrivacyPermissionContacts.{h,m}"
46     },
47     {
48       "name": "Location",
49       "source_files": "YLPrivacy/YLPrivacyPermissionLocation.{h,m}"
50     },
51     {
52       "name": "Reminder",
53       "source_files": "YLPrivacy/YLPrivacyPermissionReminders.{h,m}"
54     },
55     {
56       "name": "Calendar",
57       "source_files": "YLPrivacy/YLPrivacyPermissionCalendar.{h,m}"
58     },
59     {
60       "name": "Microphone",
61       "source_files": "YLPrivacy/YLPrivacyPermissionMicrophone.{h,m}"
62     },
63     {
64       "name": "Health",
65       "source_files": "YLPrivacy/YLPrivacyPermissionHealth.{h,m}"
66     },
67     {
68       "name": "Net",
69       "source_files": [
70         "YLPrivacy/YLPrivacyPermissionNet.{h,m}",
71         "YLPrivacy/NetReachability.{h,m}",
72         "YLPrivacy/YLPrivacyPermissionData.{h,m}"
73       ]
74     },
75     {
76       "name": "Tracking",
77       "source_files": "YLPrivacy/YLPrivacyPermissionTracking.{h,m}"
78     },
79     {
80       "name": "Notification",
81       "source_files": "YLPrivacy/YLPrivacyPermissionNotification.{h,m}"
82     }
83   ]