[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 4 / Orchard / 1.9.0 / Orchard.podspec.json
blobe88211d158523274ffdc3676e9de5a8d617bb244
2   "name": "Orchard",
3   "version": "1.9.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   "social_media_url": "https://twitter.com/DetroitLabs",
12   "platforms": {
13     "ios": "9.0",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Detroit-Labs/Orchard.git",
19     "tag": "1.9.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": [
40     "4.0",
41     "4.1",
42     "4.2",
43     "5.0",
44     "5.1",
45     "5.2",
46     "5.3"
47   ],
48   "default_subspecs": "Swift",
49   "subspecs": [
50     {
51       "name": "Swift",
52       "source_files": "Orchard-Swift/*.swift",
53       "ios": {
54         "source_files": "Orchard-Swift/iOS/*.swift"
55       },
56       "watchos": {
57         "source_files": "Orchard-Swift/watchOS/*.swift"
58       },
59       "tvos": {
60         "source_files": "Orchard-Swift/tvOS/*.swift"
61       }
62     },
63     {
64       "name": "ObjC",
65       "source_files": [
66         "Orchard-ObjC/*.{h,m}",
67         "Orchard-ObjC/Private/*.{h,m}"
68       ],
69       "public_header_files": "Orchard-ObjC/*.h",
70       "ios": {
71         "source_files": "Orchard-ObjC/iOS/*.{h,m}",
72         "public_header_files": "Orchard-ObjC/iOS/*.h"
73       },
74       "watchos": {
75         "source_files": "Orchard-ObjC/watchOS/*.{h,m}",
76         "public_header_files": "Orchard-ObjC/watchOS/*.h"
77       },
78       "tvos": {
79         "source_files": "Orchard-ObjC/tvOS/*.{h,m}",
80         "public_header_files": "Orchard-ObjC/tvOS/*.h"
81       }
82     }
83   ],
84   "swift_version": "5.3"