[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 4 / b / StyleSheet / 0.1.5 / StyleSheet.podspec.json
blob2857fc8d9a1a427fb7ab3320853e06eeed0408d9
2   "name": "StyleSheet",
3   "version": "0.1.5",
4   "summary": "在IOS基础空间所能够支持的样式基础之上,建立的类似于样式配置表css的模块。为每个控件制定一个style,可以用来控制该控件的样式,同时样式可以在多个控件之间复用。",
5   "description": "在IOS基础控件所能够支持的样式基础之上,建立的类似于样式配置表css的模块。为每个控件制定一个style,可以用来控制该控件的样式,同时样式可以在多个控件之间复用。",
6   "homepage": "https://github.com/yishuiliunian/StyleSheet",
7   "license": "MIT",
8   "authors": {
9     "dongzhao": "yishuiliunian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yishuiliunian/StyleSheet.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "StyleSheet": [
22       "Pod/Assets/*.png"
23     ]
24   }