blob: 43e56e5c7a2b2d9fa62b88d8b81d5d392ed822f8 [file] [log] [blame]
{
"name": "OCResult",
"version": "0.1.0",
"summary": "Objective-C 'Result' type port from Swift.",
"homepage": "https://github.com/battlmonstr/objc-result",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "battlmonstr",
"social_media_url": "https://twitter.com/battlmonstr",
"source": {
"git": "https://github.com/battlmonstr/objc-result.git",
"tag": "0.1.0"
},
"default_subspecs": "ObjC",
"platforms": {
"ios": "8.0",
"osx": "10.7"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"subspecs": [
{
"name": "ObjC",
"source_files": "OCResult/*.{h,m}",
"exclude_files": "OCResult/OCResult-Bridging-Header.h",
"requires_arc": true
},
{
"name": "Swift",
"dependencies": {
"OCResult/ObjC": [
]
},
"source_files": "OCResult/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.9"
}
}
],
"swift_version": "5.0"
}