[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / 2 / iOSVM.Core / 0.7.2 / iOSVM.Core.podspec.json
blob69a9a2e2423f5acf25b1fd5f14e24960a4d518ce
2   "name": "iOSVM.Core",
3   "version": "0.7.2",
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.2"
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   "dependencies": {
30     "AFNetworking": [
31       "~> 2.3"
32     ],
33     "MBProgressHUD": [
34       "~> 0.8"
35     ],
36     "TDBadgedCell": [
37       "~> 3.0"
38     ]
39   }