[Add] zcshare-sdkframework 0.0.12
[CocoaPods.git] / Specs / d / 0 / 9 / YBBaseUI / 1.0.1 / YBBaseUI.podspec.json
blobdd74db87a9705c830ab2985c31712b53533b76e8
2   "name": "YBBaseUI",
3   "version": "1.0.1",
4   "summary": "base permission settings for ubank project.",
5   "description": "It is a base permission settings for ubank project. written by Object-C.",
6   "homepage": "https://github.com/asance/YBBaseUI",
7   "license": "MIT",
8   "authors": {
9     "asance": "lidongwc@126.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/asance/YBBaseUI.git",
16     "tag": "v1.0.1"
17   },
18   "source_files": "YBBaseUIDemo/YBBaseUIDemo/YBBaseUI/*.{h,m}",
19   "resources": "YBBaseUIDemo/YBBaseUIDemo/Resources/*.png",
20   "frameworks": [
21     "UIKit",
22     "CoreGraphics",
23     "Foundation"
24   ],
25   "dependencies": {
26     "YBBaseCategory": [
27       "~>1.0.1"
28     ]
29   },
30   "requires_arc": true