blob: 1cb218f92c1d37968a893c5c7e8adf5f9fdb64ca [file] [log] [blame]
{
"name": "VKFoundation",
"version": "0.1.0",
"summary": "VKFoundation provides convinient utilities that is used in Viki.",
"homepage": "https://github.com/viki-org/VKFoundation",
"license": "Apache License, Version 2.0",
"authors": {
"Keisuke Matsuo": "matzo@viki.com"
},
"source": {
"git": "https://github.com/viki-org/VKFoundation.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*.{h,m}",
"resources": "Assets/*.{png,plist}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"public_header_files": "Classes/**/*.h",
"dependencies": {
"Reachability": [
"~> 3.1.1"
],
"DTCoreText": [
"~> 1.6.11"
],
"SBJson": [
"~> 4.0.1"
],
"CocoaLumberjack": [
"~> 1.7.0"
],
"BlocksKit": [
"~> 2.2.0"
],
"FXImageView": [
"~> 1.3.3"
]
}
}