blob: f4a457afbfa942a1432ae43c9ce7093c8100e630 [file] [log] [blame]
{
"name": "iOSVM.Social",
"version": "0.6.2",
"summary": "Useful set of timesaving tools",
"homepage": "https://mihail_kirillov@bitbucket.org/mihail_kirillov/iosvm.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mihail Kirillov": "mihail_kirillov@voodoo-mobile.com"
},
"source": {
"git": "https://mihail_kirillov@bitbucket.org/mihail_kirillov/iosvm.git",
"branch": "social.pod",
"tag": "0.6.2"
},
"xcconfig": {
"CLANG_ENABLE_MODULES": "NO"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "iOSVM.Social/**/*.{h,m}",
"resource_bundles": {
"iOSVM.Social": [
"Pod/Assets/*.png"
]
},
"public_header_files": "iOSVM.Social/**/*.h",
"frameworks": [
"Social",
"Accounts",
"UIKit"
],
"dependencies": {
"iOSVM.Core": [
"~> 0.7"
],
"FBSDKCoreKit": [
"~> 4.3"
],
"FBSDKLoginKit": [
"~> 4.3"
],
"FBSDKShareKit": [
"~> 4.3"
]
}
}