blob: 0505f5bc69e3f2b0af458fb4fd8cd2d74dad572a [file] [log] [blame]
{
"name": "VLFramework",
"version": "0.0.1",
"summary": "VLFramework is a library for a simple and faster MVC approach.",
"homepage": "https://github.com/Valensas/VLFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Deniz Adalar": "deniz@valensas.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Valensas/VLFramework.git",
"tag": "0.0.1"
},
"source_files": [
"VLFramework",
"VLFramework/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0.3"
],
"jastor": [
"~> 0.2.0"
],
"JRSwizzle": [
"~> 1.0"
]
}
}