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