blob: b0fb0653c3539f4fb7a8af866c0746e44e8973ef [file] [log] [blame]
{
"name": "GTCommonKit",
"version": "0.5.3",
"summary": "GTCommonKit",
"description": "GTCommonKit",
"homepage": "https://github.com/awesomedu/GTCommonKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GTTeam": "7277710@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/awesomedu/GTCommonKit.git",
"tag": "0.5.3"
},
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
],
"AFNetworking": [
"~> 3.1.0"
],
"SDWebImage": [
"~> 4.0.0"
],
"MJExtension": [
"~> 3.0.10"
],
"IQKeyboardManager": [
"3.3.7"
],
"ActionSheetPicker-3.0": [
],
"MJRefresh": [
]
},
"source_files": "Pod/Classes/GTCommonKit.h",
"subspecs": [
{
"name": "NSString",
"source_files": "Pod/Classes/Category/NSString/*.{h,m}"
},
{
"name": "NSDictionary",
"source_files": "Pod/Classes/Category/NSDictionary/*.{h,m}"
},
{
"name": "SlidingKit",
"source_files": "Pod/Classes/Tools/SlidingKit/*.{h,m}"
},
{
"name": "NSArray",
"source_files": "Pod/Classes/Category/NSArray/*.{h,m}"
},
{
"name": "UIScrollView",
"source_files": "Pod/Classes/Category/UIScrollView+/*.{h,m}"
},
{
"name": "Macros",
"source_files": "Pod/Classes/Macros/GTMacros.h"
}
]
}