| { | |
| "name": "TVFramework", | |
| "version": "0.1.0", | |
| "summary": "분리된 티브이 프레임워크를 생성하여 만들려고 합니다.", | |
| "homepage": "https://github.com/nicegategit/TVFramework", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "nicegategit": "nicegategit@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/nicegategit/TVFramework.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "TVFramework/Classes/**/*", | |
| "dependencies": { | |
| "AFNetworking": [ | |
| "~> 2.3" | |
| ] | |
| } | |
| } |