blob: 52466042486d50bc89961194d41c7338aaf8ad42 [file] [log] [blame]
{
"name": "ICTKit",
"version": "3.0.3",
"summary": "UIKit & UIFoundation",
"description": "UIKit & UIFoundation Category",
"homepage": "https://github.com/ngocbinh02/ICTKit",
"screenshots": "https://raw.githubusercontent.com/ngocbinh02/ICTKit/master/demo.jpeg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harry Tran": "ngocbinh02@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ngocbinh02/ICTKit.git",
"tag": "3.0.3"
},
"weak_frameworks": [
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation",
"ImageIO",
"SystemConfiguration",
"WebKit"
],
"vendored_frameworks": "ICTKit.framework",
"resources": "ICTKit.framework/Versions/A/Resources/ICTBundle.bundle",
"requires_arc": true,
"dependencies": {
"ECSlidingViewController": [
],
"PureLayout": [
]
},
"source_files": "ICTKit.framework/Versions/A/Headers/*.h",
"public_header_files": "ICTKit.framework/Versions/A/Headers/*.h"
}