[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / e / KASOptional / 1.0.0 / KASOptional.podspec.json
blobc0845effe5586ec3847c41fbaf55743e85cbbfe8
2   "name": "KASOptional",
3   "version": "1.0.0",
4   "summary": "It allows to specify there is value or not without more clearly",
5   "description": "It allows to specify there is value or not without more clearly. You should not assume nil(NULL) is not a value. Now you can ask it about stored value\n",
6   "homepage": "https://github.com/knowwis/KASOptional",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Kalita Alexey",
12   "source": {
13     "git": "https://github.com/knowwis/KASOptional.git",
14     "tag": "1.0.0"
15   },
16   "source_files": [
17     "KASOptional",
18     "KASOptional/*.{h,m}"
19   ],
20   "public_header_files": "KASOptional.h",
21   "requires_arc": true,
22   "xcconfig": {
23     "CLANG_ENABLE_MODULES": "YES"
24   }