blob: b42745d6b05ae0d4a528168ac7d15cab5bd885ef [file] [log] [blame]
{
"name": "ImplicitSignednessKit",
"version": "1.0.0",
"summary": "A set of categories to make working with the \"Implicit Signedness Conversion\" warning easire",
"description": "ImplicitSignednessKit, on top of having the most sad name ever seen in the world of open source libraries, is a tool for people that:\n\n1. Like to use Xcode in the hard mode.\n2. Don't want to have to manually type cast things things like `[array count]` or `indexPath.row`.\n",
"homepage": "https://github.com/mokagio/ImplicitSignednessKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Giovanni Lodi",
"social_media_url": "http://twitter.com/mokagio",
"source": {
"git": "https://github.com/mokagio/ImplicitSignednessKit.git",
"tag": "1.0.0"
},
"source_files": "ImplicitSignednessKit/**/*.{h,m}",
"public_header_files": "ImplicitSignednessKit/ImplicitSignednessKit.h",
"platforms": {
"ios": null
},
"frameworks": "UIKit"
}