{ | |
"name": "sg-client-ios", | |
"version": "0.1.0", | |
"summary": "core client for ios", | |
"description": "Working with sg core server", | |
"homepage": "https://github.com/sngsng/sg-client-ios", | |
"license": "MIT", | |
"authors": { | |
"Seungjung": "sngsng@slogup.com" | |
}, | |
"source": { | |
"git": "https://github.com/sngsng/sg-client-ios.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"requires_arc": true, | |
"source_files": "Pod/Classes/**/*", | |
"resource_bundles": { | |
"sg-client-ios": [ | |
"Pod/Assets/*.png" | |
] | |
} | |
} |