blob: 675ad388fd4d6883679b73785610a6825f42dc5e [file] [log] [blame]
{
"name": "GSLAdditions",
"version": "3.0.1",
"authors": "GyazSquare",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GyazSquare/GSLAdditions",
"source": {
"git": "https://github.com/GyazSquare/GSLAdditions.git",
"tag": "v3.0.1"
},
"summary": "Objective-C GSL categories for iOS, macOS, watchOS and tvOS.",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
},
"subspecs": [
{
"name": "FoundationGSLAdditions",
"platforms": {
"ios": "8.0",
"osx": "10.6",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "FoundationGSLAdditions/*.{h,m}"
},
{
"name": "UIKitGSLAdditions",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "UIKitGSLAdditions/*.{h,m}"
}
]
}