[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 1 / e / 4 / Orchard / 1.1.0 / Orchard.podspec.json
blobd46b868b03dcc02663a9597943bca7e4b333442f
2   "name": "Orchard",
3   "version": "1.1.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.1.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.0"
45   ],
46   "default_subspecs": "Swift",
47   "swift_version": "5.0",
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   ]