blob: b4d4c3679dde19eacbb6396e20059ac993192fa5 [file] [log] [blame]
{
"name": "GeKit",
"version": "0.0.2.2",
"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.2"
},
"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": [
]
}
}
]
}