blob: cffc8bb117258f166999af9ded2b94e14c2e2ebf [file] [log] [blame]
{
"name": "GeKit",
"version": "0.0.2.1",
"summary": "Some Useful Tools For iOS",
"homepage": "https://github.com/my1325/GeKit",
"license": "MIT",
"platforms": {
"ios": "9.0"
},
"authors": {
"my1325": "1173962595@qq.com"
},
"source": {
"git": "https://github.com/my1325/GeKit.git",
"tag": "0.0.2.1"
},
"source_files": "GXWToolKitDemo/GXWToolKitDemo/GeKit/GeKit.h",
"public_header_files": "GXWToolKitDemo/GXWToolKitDemo/GeKit/GeKit.h",
"subspecs": [
{
"name": "GeKitCore",
"source_files": "GXWToolKitDemo/GXWToolKitDemo/GeKit/Core/*.{h,m}"
},
{
"name": "GeKitUI",
"source_files": "GXWToolKitDemo/GXWToolKitDemo/GeKit/UI/*/*.{h,m}",
"dependencies": {
"GeKit/GeKitCore": [
]
}
},
{
"name": "GeKitFoundation",
"source_files": "GXWToolKitDemo/GXWToolKitDemo/GeKit/Foudation/*/*.{h,m}"
},
{
"name": "GeKitComponents",
"source_files": "GXWToolKitDemo/GXWToolKitDemo/GeKit/Components/*/*.{h,m}",
"dependencies": {
"YYImage": [
],
"YYImage/WebP": [
],
"YYWebImage": [
],
"GeKit/GeKitUI": [
],
"GeKit/GeKitCore": [
],
"GeKit/GeKitFoundation": [
]
}
}
]
}