blob: b831fccc59a28013e40cf82a92a6748a5dc3ee64 [file] [log] [blame]
{
"name": "GDUtils",
"version": "0.2.8",
"summary": "A short description of GDUtils.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://10.88.0.15/alex/GDUtils.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex": "alex.zhang@dingtone.me"
},
"source": {
"git": "git@10.88.0.15:alex/GDUtils.git",
"tag": "0.2.8"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"frameworks": "AdSupport",
"subspecs": [
{
"name": "Core",
"dependencies": {
"GDUtils/UIImageView": [
],
"GDUtils/UIScreen": [
],
"GDUtils/UIColor": [
],
"GDUtils/GDKeyChainWrapper": [
],
"GDUtils/UIDevice": [
],
"GDUtils/NSString": [
],
"GDUtils/GDSecurity": [
],
"GDUtils/UIImage": [
]
}
},
{
"name": "GDSecurity",
"source_files": "GDSecurity/**/*"
},
{
"name": "UIImageView",
"subspecs": [
{
"name": "CornerRadius",
"source_files": "UIImageView/UIImageView+CornerRadius.{h,m}"
},
{
"name": "GDWebCache",
"source_files": "UIImageView/UIImageView+GDWebCache.{h,m}",
"dependencies": {
"SDWebImage": [
"3.7.3"
],
"GDUtils/UIImage": [
]
}
}
]
},
{
"name": "UIImage",
"subspecs": [
{
"name": "ImageEffects",
"source_files": "UIImage/UIImage+ImageEffects.{h,m}"
}
]
},
{
"name": "NSString",
"subspecs": [
{
"name": "GDMD5",
"source_files": "NSString/NSString+GDMD5.{h,m}"
},
{
"name": "GDSHA1",
"source_files": "NSString/NSString+GDSHA1.{h,m}"
}
]
},
{
"name": "UIScreen",
"subspecs": [
{
"name": "GDExtension",
"source_files": "UIScreen/*"
}
]
},
{
"name": "UIColor",
"subspecs": [
{
"name": "GDColor",
"source_files": "UIColor/UIColor+GDColor.{h,m}"
}
]
},
{
"name": "GDKeyChainWrapper",
"source_files": "GDKeyChainWrapper/KeychainItemWrapper.{h,m}",
"requires_arc": false
},
{
"name": "UIDevice",
"subspecs": [
{
"name": "GDDeviceInfo",
"source_files": "UIDevice/UIDevice+GDDeviceInfo.{h,m}",
"dependencies": {
"GDUtils/GDKeyChainWrapper": [
]
}
}
]
}
]
}