[Add] AlibabacloudGreen20220302 2.21.0
[CocoaPods.git] / Specs / c / 7 / 8 / MALazykit / 0.1.4 / MALazykit.podspec.json
blob0fa6b7336007cc2c52c26b4738c09f3a6b1120bc
2   "name": "MALazykit",
3   "version": "0.1.4",
4   "summary": "Collection of extensions for easier object instantiation.",
5   "description": "                    A lazy way to instantiate objects.\n                    Lazykit is a collection of categories adding methods for allow the usage of `[MyObject object]` instead of `[[MyObject alloc] init]`  \n",
6   "homepage": "https://github.com/marlonandrade/malazykit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marlon Andrade": "marlonmandrade@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/marlonandrade/malazykit.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source_files": "MALazykit/**/*.{h,m}"