[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / e / 4 / Orchard / 1.13.0 / Orchard.podspec.json
blob238d19d7d94cd3b1a295ae23316bb813e6b2b345
2   "name": "Orchard",
3   "version": "1.13.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/Detroit-Labs/Orchard",
7   "license": "MIT",
8   "authors": {
9     "Jeff Kelley": "SlaunchaMan@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "watchos": "2.0",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/Detroit-Labs/Orchard.git",
18     "tag": "1.13.0"
19   },
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "UIKit"
24     ]
25   },
26   "watchos": {
27     "frameworks": [
28       "Foundation",
29       "WatchKit"
30     ]
31   },
32   "tvos": {
33     "frameworks": [
34       "Foundation",
35       "UIKit"
36     ]
37   },
38   "swift_versions": [
39     "4.0",
40     "4.1",
41     "4.2",
42     "5.0",
43     "5.1",
44     "5.2",
45     "5.3"
46   ],
47   "default_subspecs": "Swift",
48   "subspecs": [
49     {
50       "name": "Swift",
51       "source_files": "Orchard-Swift/*.swift",
52       "ios": {
53         "source_files": "Orchard-Swift/iOS/*.swift"
54       },
55       "watchos": {
56         "source_files": "Orchard-Swift/watchOS/*.swift"
57       },
58       "tvos": {
59         "source_files": "Orchard-Swift/tvOS/*.swift"
60       }
61     },
62     {
63       "name": "ObjC",
64       "source_files": [
65         "Orchard-ObjC/*.{h,m}",
66         "Orchard-ObjC/Private/*.{h,m}"
67       ],
68       "public_header_files": "Orchard-ObjC/*.h",
69       "ios": {
70         "source_files": "Orchard-ObjC/iOS/*.{h,m}",
71         "public_header_files": "Orchard-ObjC/iOS/*.h"
72       },
73       "watchos": {
74         "source_files": "Orchard-ObjC/watchOS/*.{h,m}",
75         "public_header_files": "Orchard-ObjC/watchOS/*.h"
76       },
77       "tvos": {
78         "source_files": "Orchard-ObjC/tvOS/*.{h,m}",
79         "public_header_files": "Orchard-ObjC/tvOS/*.h"
80       }
81     }
82   ],
83   "swift_version": "5.3"