blob: e810f0e6b42a2a8545bbc9ce7ba0c7b0cd767217 [file] [log] [blame]
{
"name": "GUICodeSnippet",
"version": "0.1.5",
"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.5"
},
"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"
]
},
"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": [
]
}
}
]
}