{ | |
"name": "QCLib", | |
"version": "0.1.0", | |
"summary": "Library to development application iOS.", | |
"homepage": "https://github.com/quocdungchu/QCLib", | |
"license": "MIT", | |
"authors": { | |
"Quoc Dung Chu": "quocdung.chu@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/quocdungchu/QCLib.git", | |
"tag": "v0.1.0" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source_files": "Core", | |
"requires_arc": true, | |
"dependencies": { | |
"AFNetworking": [ | |
"~> 2.2" | |
], | |
"GPUImage": [ | |
"~> 0.1.4" | |
] | |
} | |
} |