blob: 31469a40cd3bb46327cc7407a84279b25dce9645 [file] [log] [blame]
{
"name": "GTToolBox",
"version": "1.0.6",
"summary": "iOS App ToolBox",
"description": "GTToolBox is a tool library to facilitate the development of their own iOSApp, written in Object-C, only supports iOS10.0 and later.",
"homepage": "https://github.com/GeenTi/GTToolBox/tree/master",
"license": "MIT",
"authors": {
"GeenTi": "dev@geenti.com"
},
"source": {
"git": "https://github.com/GeenTi/GTToolBox.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "GTToolBox/**/*.{h,m,mm,c}",
"public_header_files": "GTToolBox/**/*.h",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}