[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 2 / e / UIUtility / 1.1.0 / UIUtility.podspec.json
blobeb3cc484e30c003e9470d980c6792c02b4be2361
2   "name": "UIUtility",
3   "version": "1.1.0",
4   "summary": "UIUtility is a common tool for encapsulation.",
5   "description": "A very practical set of encapsulation interfaces that greatly simplify the code layout.",
6   "homepage": "https://github.com/lazyycz/CommonlyUtility",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yuchenggui": "https://github.com/lazyycz"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/lazyycz/CommonlyUtility.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "UIUtility/*{h,m}",
22   "public_header_files": "UIUtility/*.h",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Categories",
27       "source_files": "UIUtility/Categories/*{h,m}"
28     }
29   ]