[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 6 / e / NSNull+SelfOrNil / 0.1.0 / NSNull+SelfOrNil.podspec.json
blobe9c0cecbccc14a6fc0551461f72d9dca8d8c8f36
2   "name": "NSNull+SelfOrNil",
3   "version": "0.1.0",
4   "summary": "Simple category for NSNull to return nil on self method call",
5   "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.",
6   "homepage": "https://github.com/k06a/NSNull-SelfOrNil",
7   "license": "MIT",
8   "authors": {
9     "Anton Bukov": "k06aaa@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/k06a/NSNull-SelfOrNil.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/k06a",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "NSNull-SelfOrNil": [
23       "Pod/Assets/*.png"
24     ]
25   }