blob: 15c2be3e1715494af9b41e0caa0b39ecc31be9aa [file] [log] [blame]
{
"name": "VKSimple",
"version": "1.2.5",
"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.5"
},
"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"
]
}
}