blob: a896b881c06aa46e62ae0adbae80f46451b57fc3 [file] [log] [blame]
{
"name": "GUICodeSnippet",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GUICodeSnippet": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"CocoaLumberjack": [
"~> 2.2.0"
]
}
}