blob: 9e44c7f634bb1523ed9d04c00f1bec3dda429f7c [file] [log] [blame]
{
"name": "orNil",
"version": "0.1.1",
"summary": "Simple way to avoid respondsToSelector: boilerplate",
"description": "Allows Objective-C developers remove a lot of boilerplate code\nfor checking if target responds to selector with tiny property `orNil`.\nIf target do not responds to selector, `nil` will be used as selector target :)",
"homepage": "https://github.com/ML-Works/orNil",
"license": "MIT",
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"source": {
"git": "https://github.com/Ml-Works/orNil.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}