[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 4 / a / f / UIBaseKit / 0.1.1 / UIBaseKit.podspec.json
blob7f8c60a300519877b9c98806c6d911ca0646d4ed
2   "name": "UIBaseKit",
3   "version": "0.1.1",
4   "summary": "This helps make the view`s configuration code, hierarchy code, and constraint code neat.",
5   "description": "So far, when coding for a view, we wrote a combination of configuration code, constraint code, and hierarchical code, resulting in a poor understanding of the source. So, I created a library that helps you separate this configuration code, constraint code, and hierarchical code to make it cleaner.",
6   "homepage": "https://github.com/audrl1010/UIBaseKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "audrl1010": "audrl1010@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/audrl1010/UIBaseKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "UIBaseKit/Classes/**/*",
22   "pushed_with_swift_version": "4.0"