blob: 8f91b5c609bb75770bda6bff620d7f5764c16b65 [file] [log] [blame]
{
"name": "MagicThought",
"version": "1.2.7",
"summary": "MagicThought for ios.",
"description": "the MagicThought for ios.",
"homepage": "https://github.com/alrjqow/MagicThought",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alrjqow": "764032554@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/alrjqow/MagicThought.git",
"tag": "1.2.7",
"branch": "master"
},
"source_files": "MagicThought/MTKit.h",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"AFNetworking": [
],
"MJRefresh": [
],
"MJExtension": [
],
"MBProgressHUD": [
],
"SVProgressHUD": [
],
"YTKNetwork": [
],
"IQKeyboardManager": [
],
"SDWebImage": [
],
"TTTAttributedLabel": [
],
"SSKeychain": [
],
"LDProgressView": [
]
},
"subspecs": [
{
"name": "Config",
"source_files": "MagicThought/Config/*.{h,m}"
},
{
"name": "Protocol",
"source_files": [
"MagicThought/Category/NSString/*.{h}",
"MagicThought/Protocol/*.{h,m}"
]
},
{
"name": "Style",
"source_files": "MagicThought/Style/*.{h,m}"
},
{
"name": "Category",
"subspecs": [
{
"name": "NSString",
"source_files": "MagicThought/Category/NSString/*.{m,h}"
},
{
"name": "CLLocation",
"source_files": "MagicThought/Category/CLLocation/*.{m,h}"
},
{
"name": "NSObject",
"source_files": "MagicThought/Category/NSObject/*.{m,h}"
},
{
"name": "UIButton",
"source_files": "MagicThought/Category/UIButton/*.{m,h}"
},
{
"name": "UIColor",
"source_files": "MagicThought/Category/UIColor/*.{m,h}"
},
{
"name": "UIDevice",
"source_files": "MagicThought/Category/UIDevice/*.{m,h}",
"dependencies": {
"MagicThought/Category/NSString": [
],
"MagicThought/Config": [
],
"SSKeychain": [
]
}
},
{
"name": "UILabel",
"source_files": "MagicThought/Category/UILabel/*.{m,h}",
"dependencies": {
"MagicThought/Category/NSString": [
]
}
},
{
"name": "UINavigationBar",
"source_files": "MagicThought/Category/UINavigationBar/*.{m,h}",
"dependencies": {
"MagicThought/Category/UIDevice": [
],
"MagicThought/Config": [
]
}
},
{
"name": "UIView",
"source_files": "MagicThought/Category/UIView/*.{m,h}",
"dependencies": {
"MagicThought/Style": [
],
"MagicThought/Config": [
]
}
}
]
}
]
}