[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / 5 / 6 / 7 / orNil / 0.1.1 / orNil.podspec.json
blob9e44c7f634bb1523ed9d04c00f1bec3dda429f7c
2   "name": "orNil",
3   "version": "0.1.1",
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.1"
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/**/*"