blob: 605e64bf7220698a7b3c7d5bf167cc0db1977117 [file] [log] [blame]
{
"name": "Orchard",
"version": "1.4.0",
"summary": "Device identification for iOS, watchOS, and tvOS.",
"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.",
"homepage": "http://github.com/SlaunchaMan/Orchard",
"license": "MIT",
"authors": {
"Jeff Kelley": "SlaunchaMan@gmail.com"
},
"social_media_url": "https://twitter.com/SlaunchaMan",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/SlaunchaMan/Orchard.git",
"tag": "1.4.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"watchos": {
"frameworks": [
"Foundation",
"WatchKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.1"
],
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "Orchard-Swift/*.swift",
"ios": {
"source_files": "Orchard-Swift/iOS/*.swift"
},
"watchos": {
"source_files": "Orchard-Swift/watchOS/*.swift"
},
"tvos": {
"source_files": "Orchard-Swift/tvOS/*.swift"
}
},
{
"name": "ObjC",
"source_files": [
"Orchard-ObjC/*.{h,m}",
"Orchard-ObjC/Private/*.{h,m}"
],
"public_header_files": "Orchard-ObjC/*.h",
"ios": {
"source_files": "Orchard-ObjC/iOS/*.{h,m}",
"public_header_files": "Orchard-ObjC/iOS/*.h"
},
"watchos": {
"source_files": "Orchard-ObjC/watchOS/*.{h,m}",
"public_header_files": "Orchard-ObjC/watchOS/*.h"
},
"tvos": {
"source_files": "Orchard-ObjC/tvOS/*.{h,m}",
"public_header_files": "Orchard-ObjC/tvOS/*.h"
}
}
],
"swift_version": "5.1"
}