[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 8 / f / RMStyleManager / 0.1.0 / RMStyleManager.podspec.json
blob07e95a6602141e98d3f9136e0f70927ee730c026
2   "name": "RMStyleManager",
3   "version": "0.1.0",
4   "summary": "RMStyleManager is style manager for your application working in xibs, storyboards and from code.",
5   "description": "RMStyleManager is style manager for your application working in xibs, storyboards and from code. You can simply set style filed in component user info to set style. To define style simply create category for RMStyleManager. The style string from compenent will use style from Style Manager.",
6   "homepage": "https://github.com/byzyn4ik/RMStyleManager",
7   "license": "MIT",
8   "authors": {
9     "Maks Petrovsky": "petrovskiy@real.me"
10   },
11   "source": {
12     "git": "https://github.com/byzyn4ik/RMStyleManager.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "RMStyleManager/Classes/**/*",
19   "resource_bundles": {
20     "RMStyleManager": [
21       "RMStyleManager/Assets/*.png"
22     ]
23   },
24   "frameworks": "UIKit",
25   "dependencies": {
26     "UIColor+InputMethods": [
28     ],
29     "UIImage+ImageWithColor": [
31     ]
32   }