blob: 47490b72102dfc532fcd6b2f7a1d9e205fb613ff [file] [log] [blame]
{
"name": "GTPublicModule",
"version": "0.0.1",
"summary": "GTPublicModule 的公共模块,包括公共方法,宏,拓展等",
"homepage": "https://github.com/liuxc123/GTPublicModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuxc123": "lxc_work@126.com"
},
"source": {
"git": "https://github.com/liuxc123/GTPublicModule.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"source_files": [
"GTPublicModule/GTPublicModule.h",
"GTPublicModule/GTCategory/GTCategory.h",
"GTPublicModule/GTCategory/Foundation/**/*.*",
"GTPublicModule/GTCategory/UIKit/**/*.*",
"GTPublicModule/GTCategory/QuartzCore/**/*.*",
"GTPublicModule/GTCategory/CoreLocation/**/*.*",
"GTPublicModule/GTCategory/MapKit/**/*.*",
"GTPublicModule/GTMacros/*.*",
"GTPublicModule/GTPublicTool/**/*.*"
]
}