[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / f / d / IOSVMSocialKit / 1.0 / IOSVMSocialKit.podspec.json
blobeaa7331a794b9219fc1989f00b44c178250a1eeb
2   "name": "IOSVMSocialKit",
3   "version": "1.0",
4   "summary": "Useful set of timesaving tools",
5   "homepage": "https://voodoo-mobile@bitbucket.org/voodoo-mobile/iosvmsocialkit.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Voodoo Mobile": "public@voodoo-mobile.com"
12   },
13   "source": {
14     "git": "https://voodoo-mobile@bitbucket.org/voodoo-mobile/iosvmsocialkit.git",
15     "branch": "master",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "CLANG_ENABLE_MODULES": "NO"
24   },
25   "source_files": "iOSVM.Social/**/*.{h,m}",
26   "resource_bundles": {
27     "iOSVM.Social": [
28       "Pod/Assets/*.png"
29     ]
30   },
31   "public_header_files": "iOSVM.Social/**/*.h",
32   "frameworks": [
33     "Social",
34     "Accounts",
35     "UIKit"
36   ],
37   "dependencies": {
38     "IOSVMCoreKit": [
39       "1.0"
40     ],
41     "FBSDKCoreKit": [
42       "~> 4.3"
43     ],
44     "FBSDKLoginKit": [
45       "~> 4.3"
46     ],
47     "FBSDKShareKit": [
48       "~> 4.3"
49     ]
50   }