blob: 734f65e031de64983da4923ac341a56cdaaa5c83 [file] [log] [blame]
{
"name": "GSLAdditions",
"version": "2.0.0",
"authors": "GyazSquare",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GyazSquare/GSLAdditions",
"source": {
"git": "https://github.com/GyazSquare/GSLAdditions.git",
"tag": "v2.0.0"
},
"summary": "Objective-C GSL categories for iOS, OS X, watchOS and tvOS.",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"module_name": "GSL",
"subspecs": [
{
"name": "FoundationGSLAdditions",
"platforms": {
"osx": "10.6",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "FoundationGSLAdditions/*.{h,m}"
},
{
"name": "UIKitGSLAdditions",
"platforms": {
"tvos": "9.0"
},
"source_files": "UIKitGSLAdditions/*.{h,m}"
}
]
}