blob: e20a5eeea51daa7c591b0caeaaf7be6dd2fcac3a [file] [log] [blame]
{
"name": "GTCommonKit",
"version": "0.5.5",
"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.5"
},
"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": [
],
"FMDB": [
"~> 2.7.5"
]
},
"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": "DBManager",
"source_files": "Pod/Classes/Tools/DBManager/*.{h,m}"
},
{
"name": "NSArray",
"source_files": "Pod/Classes/Category/NSArray/*.{h,m}"
},
{
"name": "UIScrollView+",
"source_files": "Pod/Classes/Category/UIScrollView+/*.{h,m}"
},
{
"name": "UIAlertController",
"source_files": "Pod/Classes/Category/UIAlertController/*.{h,m}"
},
{
"name": "Macros",
"source_files": "Pod/Classes/Macros/GTMacros.h"
}
]
}