[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / d / c / UI7Kit / 0.0.9 / UI7Kit.podspec.json
blob0b667608b024fe5b29bd08d7b046b9c13a89a619
2   "name": "UI7Kit",
3   "version": "0.0.9",
4   "summary": "UI7Kit is a GUI toolkit to implement iOS7 look & feel UIKit under iOS5/iOS6. It is also supported that patching UIKit to UI7Kit in runtime.",
5   "homepage": "https://github.com/youknowone/UI7Kit",
6   "license": "2-clause BSD",
7   "authors": {
8     "Jeong YunWon": "jeong@youknowone.org"
9   },
10   "source": {
11     "git": "https://github.com/youknowone/UI7Kit.git",
12     "tag": "0.0.9"
13   },
14   "dependencies": {
15     "FoundationExtension": [
16       "~> 0.35.1"
17     ]
18   },
19   "platforms": {
20     "ios": null
21   },
22   "source_files": "UI7Kit",
23   "public_header_files": "UI7Kit/*.h",
24   "resources": "Resources/*",
25   "header_dir": "UI7Kit",
26   "frameworks": "QuartzCore",
27   "prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <UIKitExtension/UIKitExtension.h>\n#include <UI7Kit/UI7Kit.h>\n    ",
28   "requires_arc": false