[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / e / 4 / Orchard / 1.0.0 / Orchard.podspec.json
blobfcdc0d427060fe3765df021f803019c558485b2b
2   "name": "Orchard",
3   "version": "1.0.0",
4   "summary": "Device identification for iOS, watchOS, and tvOS.",
5   "description": "Orchard is a library to identify the device your code is running on. For iOS,\nwatchOS, and tvOS, you use Orchard to identify the exact model of device and\nmake decisions based on that.",
6   "homepage": "http://github.com/SlaunchaMan/Orchard",
7   "license": "MIT",
8   "authors": {
9     "Jeff Kelley": "SlaunchaMan@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/SlaunchaMan",
12   "platforms": {
13     "ios": "8.0",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/SlaunchaMan/Orchard.git",
19     "tag": "1.0.0"
20   },
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "UIKit"
25     ]
26   },
27   "watchos": {
28     "frameworks": [
29       "Foundation",
30       "WatchKit"
31     ]
32   },
33   "tvos": {
34     "frameworks": [
35       "Foundation",
36       "UIKit"
37     ]
38   },
39   "swift_versions": "5.0",
40   "default_subspecs": "Swift",
41   "subspecs": [
42     {
43       "name": "Swift",
44       "source_files": "Orchard-Swift/*.swift",
45       "ios": {
46         "source_files": "Orchard-Swift/iOS/*.swift"
47       },
48       "watchos": {
49         "source_files": "Orchard-Swift/watchOS/*.swift"
50       },
51       "tvos": {
52         "source_files": "Orchard-Swift/tvOS/*.swift"
53       }
54     },
55     {
56       "name": "ObjC",
57       "source_files": [
58         "Orchard-ObjC/*.{h,m}",
59         "Orchard-ObjC/Private/*.{h,m}"
60       ],
61       "public_header_files": "Orchard-ObjC/*.h",
62       "ios": {
63         "source_files": "Orchard-ObjC/iOS/*.{h,m}",
64         "public_header_files": "Orchard-ObjC/iOS/*.h"
65       },
66       "watchos": {
67         "source_files": "Orchard-ObjC/watchOS/*.{h,m}",
68         "public_header_files": "Orchard-ObjC/watchOS/*.h"
69       },
70       "tvos": {
71         "source_files": "Orchard-ObjC/tvOS/*.{h,m}",
72         "public_header_files": "Orchard-ObjC/tvOS/*.h"
73       }
74     }
75   ]