[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 8 / 4 / b / LLObject / 0.1.0 / LLObject.podspec.json
blob5997d0a91293732acc0a832f4e11f865d798a569
2   "name": "LLObject",
3   "version": "0.1.0",
4   "summary": "NSObject 的通用扩展.",
5   "description": "对 NSObject 进行扩展, 使所有对象都能访问一个 `NSMutableDictionary` 类型的属性 `ll_KVMap`. 这样就无需每次需要对 class 添加自定义属性时候都重新编码, 只需存储在 `ll_KVMap` 里面即可.",
6   "homepage": "https://github.com/ZHK1024/LLObject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZHK1024": "ZHK1024@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ZHK1024/LLObject.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LLObject/Classes/**/*"