[Add] MagicFIDO_iOS_SDK 0.1.0
[CocoaPods.git] / Specs / f / d / c / UI7Kit / 0.9.22 / UI7Kit.podspec.json
blob5ec67bcd8a3f8804480dd45dff070e5e3c15487e
2   "name": "UI7Kit",
3   "version": "0.9.22",
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.9.22"
13   },
14   "requires_arc": false,
15   "screenshots": "https://github.com/youknowone/UI7Kit/raw/master/UI7Kit.png",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "header_dir": "UI7Kit",
20   "source_files": "UI7Kit/*.{h,m}",
21   "resources": "Resources/*",
22   "frameworks": "QuartzCore",
23   "prefix_header_file": "UI7Kit/UI7Kit-Prefix.pch",
24   "prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <UIKitExtension/UIKitExtension.h>\n#include <UI7Kit/UI7Kit.h>\n    ",
25   "dependencies": {
26     "cdebug": [
28     ],
29     "FoundationExtension": [
31     ],
32     "SevenSwitch": [
33       "~> 1.3.0"
34     ],
35     "GIKPopoverBackgroundView/Core": [
37     ]
38   }