[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / 0 / 7 / c / GYUIFactory / 0.0.1 / GYUIFactory.podspec.json
blob99d89a498f915dcdee7ab78f4b92f4217fcdc6da
2   "name": "GYUIFactory",
3   "version": "0.0.1",
4   "summary": "快速创建UI控件",
5   "description": "\"通过链式语法快速创建UI控件\"",
6   "homepage": "https://github.com/yanqzxsl/GYUIFactory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gaoyan": "yanqzxsl@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/yanqzxsl/GYUIFactory.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "GYUIFactory",
23     "GYUIFactory/UIFactory/**/*.{h,m}"
24   ]