blob: ddd18b0015d1ca5c3d6d110e81106591230b5335 [file] [log] [blame]
{
"name": "VKSimple",
"version": "1.2.2",
"summary": "VKSimple",
"homepage": "https://github.com/weylandd/VKSimple",
"license": "MIT",
"authors": {
"Alex Kopachev": "jioruh2011@ya.ru"
},
"source": {
"git": "https://github.com/weylandd/VKSimple.git",
"tag": "1.2.2"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/**/**/*.{h,m}",
"resource_bundles": {
"VKSimple": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/**/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}