blob: fac87e69c610a10ed06aeb86ce6ae5e74917b759 [file] [log] [blame]
{
"name": "HzLibrary",
"version": "0.1.0",
"summary": "Common HzLibrary",
"homepage": "https://github.com/dlsdnd345/hzLibrary",
"license": "MIT",
"authors": {
"woong": "dlsdnd345@mhand.net"
},
"source": {
"git": "https://github.com/dlsdnd345/hzLibrary.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HzLibrary": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}