blob: ad8bfa38b1ed69eb108e725041da519e91bec4e0 [file] [log] [blame]
{
"name": "GUICodeSnippet",
"version": "0.1.6",
"summary": "code segment of kennyGui",
"description": "code segment of kenny ,and in most situation ,is for private use only",
"homepage": "https://git.oschina.net/kennygui/GUICodeSnippet",
"license": "MIT",
"authors": {
"katsurake": "katsurake@foxmail.com"
},
"source": {
"git": "https://git.oschina.net/kennygui/GUICodeSnippet.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.h",
"resource_bundles": {
"GUICodeSnippet": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"CocoaLumberjack": [
"~> 2.2.0"
],
"MBProgressHUD": [
"~> 0.9.2"
],
"Masonry": [
"~> 0.6.4"
],
"ReactiveCocoa": [
"~> 2.5"
],
"YapDatabase": [
"~> 2.8.3"
],
"DTCoreText": [
"~> 1.6.17"
],
"MJExtension": [
"~> 3.0.10"
]
},
"subspecs": [
{
"name": "Macro",
"source_files": "Pod/Classes/Macro/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "Category",
"source_files": "Pod/Classes/category/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"GUICodeSnippet/Macro": [
]
}
},
{
"name": "UIGroup",
"source_files": "Pod/Classes/uigroup/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"GUICodeSnippet/Macro": [
]
}
},
{
"name": "DAO",
"source_files": "Pod/Classes/DAO/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"GUICodeSnippet/Macro": [
]
}
},
{
"name": "Common",
"source_files": "Pod/Classes/Common/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"GUICodeSnippet/Macro": [
]
}
}
]
}