[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / 7 / orNil / 0.1.0 / orNil.podspec.json
blobf7f414ecb46274332ed28928a2133c9a94f87c5f
2   "name": "orNil",
3   "version": "0.1.0",
4   "summary": "Simple way to avoid respondsToSelector: boilerplate",
5   "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 :)",
6   "homepage": "https://github.com/ML-Works/orNil",
7   "license": "MIT",
8   "authors": {
9     "Anton Bukov": "k06aaa@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Ml-Works/orNil.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/**/*"