blob: e9c0cecbccc14a6fc0551461f72d9dca8d8c8f36 [file] [log] [blame]
{
"name": "NSNull+SelfOrNil",
"version": "0.1.0",
"summary": "Simple category for NSNull to return nil on self method call",
"description": "This category adds ability to convert NSNull and EXTNil objects to nils.\nJust call self selector to get object itself or nil in case of NSNull of EXTNil.",
"homepage": "https://github.com/k06a/NSNull-SelfOrNil",
"license": "MIT",
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"source": {
"git": "https://github.com/k06a/NSNull-SelfOrNil.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NSNull-SelfOrNil": [
"Pod/Assets/*.png"
]
}
}