blob: 9962fc089cce237546dedeab2ddbac2d54b84387 [file] [log] [blame]
{
"name": "GSLAdditions",
"version": "4.0.0",
"authors": "GyazSquare",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GyazSquare/GSLAdditions",
"source": {
"git": "https://github.com/GyazSquare/GSLAdditions.git",
"tag": "v4.0.0"
},
"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}"
}
]
}