blob: b1d87c2520bc1eb8290059ffb58e61bebfb5406e [file] [log] [blame]
{
"name": "IOSVMSocialKit",
"version": "1.0.2",
"summary": "Useful set of timesaving tools",
"homepage": "https://voodoo-mobile@bitbucket.org/voodoo-mobile/iosvmsocialkit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Voodoo Mobile": "public@voodoo-mobile.com"
},
"source": {
"git": "https://voodoo-mobile@bitbucket.org/voodoo-mobile/iosvmsocialkit.git",
"branch": "master",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"CLANG_ENABLE_MODULES": "NO"
},
"source_files": "iOSVM.Social/**/*.{h,m}",
"resource_bundles": {
"iOSVM.Social": [
"Pod/Assets/*.png"
]
},
"public_header_files": "iOSVM.Social/**/*.h",
"frameworks": [
"Social",
"Accounts",
"UIKit"
],
"dependencies": {
"IOSVMCoreKit": [
"~>1.0"
],
"FBSDKCoreKit": [
"~> 4.3"
],
"FBSDKLoginKit": [
"~> 4.3"
],
"FBSDKShareKit": [
"~> 4.3"
]
}
}