blob: a952d3283528d0b8d261497ad5c2dee24ce54937 [file] [log] [blame]
{
"name": "ICTKit",
"version": "0.3.0",
"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": "0.3.0"
},
"weak_frameworks": [
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation"
],
"public_header_files": "ICTKit/Core/ICTKit.framework/Version/A/Headers/*.h",
"source_files": "ICTKit/*",
"requires_arc": true
}