blob: 0c283cb7d10698deb879491f79d5c31e2fdc796a [file] [log] [blame]
{
"name": "RHBCastingObjC",
"version": "0.1.6",
"summary": "Safe casting category.",
"description": "Red Hot Bits safe casting category.",
"homepage": "https://github.com/sisoje/RHBCastingObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lazar Otasevic": "redhotbits@gmail.com"
},
"source": {
"git": "https://github.com/sisoje/RHBCastingObjC.git",
"tag": "0.1.6"
},
"social_media_url": "https://twitter.com/redhotbits",
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": [
"NSObject+RHBCasting.h",
"NSObject+RHBCasting.m"
],
"public_header_files": "NSObject+RHBCasting.h"
}