[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 4 / Orchard / 1.6.0 / Orchard.podspec.json
blobc0f82248ff52d5230d07ad212748e43aa785363d
2   "name": "Orchard",
3   "version": "1.6.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.6.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   ],
46   "default_subspecs": "Swift",
47   "subspecs": [
48     {
49       "name": "Swift",
50       "source_files": "Orchard-Swift/*.swift",
51       "ios": {
52         "source_files": "Orchard-Swift/iOS/*.swift"
53       },
54       "watchos": {
55         "source_files": "Orchard-Swift/watchOS/*.swift"
56       },
57       "tvos": {
58         "source_files": "Orchard-Swift/tvOS/*.swift"
59       }
60     },
61     {
62       "name": "ObjC",
63       "source_files": [
64         "Orchard-ObjC/*.{h,m}",
65         "Orchard-ObjC/Private/*.{h,m}"
66       ],
67       "public_header_files": "Orchard-ObjC/*.h",
68       "ios": {
69         "source_files": "Orchard-ObjC/iOS/*.{h,m}",
70         "public_header_files": "Orchard-ObjC/iOS/*.h"
71       },
72       "watchos": {
73         "source_files": "Orchard-ObjC/watchOS/*.{h,m}",
74         "public_header_files": "Orchard-ObjC/watchOS/*.h"
75       },
76       "tvos": {
77         "source_files": "Orchard-ObjC/tvOS/*.{h,m}",
78         "public_header_files": "Orchard-ObjC/tvOS/*.h"
79       }
80     }
81   ],
82   "swift_version": "5.1"