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/Detroit-Labs/Orchard",
9 "Jeff Kelley": "SlaunchaMan@gmail.com"
11 "social_media_url": "https://twitter.com/DetroitLabs",
18 "git": "https://github.com/Detroit-Labs/Orchard.git",
48 "default_subspecs": "Swift",
52 "source_files": "Orchard-Swift/*.swift",
54 "source_files": "Orchard-Swift/iOS/*.swift"
57 "source_files": "Orchard-Swift/watchOS/*.swift"
60 "source_files": "Orchard-Swift/tvOS/*.swift"
66 "Orchard-ObjC/*.{h,m}",
67 "Orchard-ObjC/Private/*.{h,m}"
69 "public_header_files": "Orchard-ObjC/*.h",
71 "source_files": "Orchard-ObjC/iOS/*.{h,m}",
72 "public_header_files": "Orchard-ObjC/iOS/*.h"
75 "source_files": "Orchard-ObjC/watchOS/*.{h,m}",
76 "public_header_files": "Orchard-ObjC/watchOS/*.h"
79 "source_files": "Orchard-ObjC/tvOS/*.{h,m}",
80 "public_header_files": "Orchard-ObjC/tvOS/*.h"
84 "swift_version": "5.3"