[Add] DriveKitDriverAchievement 2.9.1
[CocoaPods.git] / Specs / 6 / e / 2 / iOSVM.Core / 0.7.3 / iOSVM.Core.podspec.json
blobcc043e4aee034b1a21533e9b28a73e039d5802a7
2   "name": "iOSVM.Core",
3   "version": "0.7.3",
4   "summary": "Useful set of timesaving tools",
5   "homepage": "https://mihail_kirillov@bitbucket.org/mihail_kirillov/iosvm.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mihail Kirillov": "mihail_kirillov@voodoo-mobile.com"
12   },
13   "source": {
14     "git": "https://mihail_kirillov@bitbucket.org/mihail_kirillov/iosvm.git",
15     "branch": "core.pod",
16     "tag": "0.7.3"
17   },
18   "platforms": {
19     "ios": "7.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   }