[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 9 / 6 / IOSVMCoreKit / 2.3.2 / IOSVMCoreKit.podspec.json
blob1f60875d516944e5d1be27685f2595d6437b99d4
2   "name": "IOSVMCoreKit",
3   "version": "2.3.2",
4   "summary": "Useful set of timesaving tools",
5   "homepage": "https://voodoo-rocks@bitbucket.org/voodoo-rocks/iosvmcorekit.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-rocks@bitbucket.org/voodoo-rocks/iosvmcorekit.git",
15     "branch": "master",
16     "tag": "2.3.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "iOSVM.Core/**/*.{h,m}",
23   "public_header_files": "iOSVM.Core/**/*.h",
24   "frameworks": [
25     "Foundation",
26     "AVFoundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.0"
32     ],
33     "MBProgressHUD": [
34       "~> 0.8"
35     ],
36     "MPIMotionKit": [
37       "~> 0.1"
38     ],
39     "XMLDictionary": [
40       "~> 1.4"
41     ]
42   }