[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 0 / f / APLViperStack / 0.1.3 / APLViperStack.podspec.json
blob6445fc31979b907cd66f1988a4387d8c2ba76659
2   "name": "APLViperStack",
3   "version": "0.1.3",
4   "summary": "Helpers for VIPER iOS application",
5   "homepage": "https://github.com/igrampe/APLViperStack",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Semyon Belokovsky": "igrampe@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/igrampe",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/igrampe/APLViperStack.git",
19     "tag": "0.1.3"
20   },
21   "source_files": "Code/**/*.{h,m}",
22   "header_mappings_dir": "Code",
23   "requires_arc": true,
24   "dependencies": {
25     "Typhoon": [
26       "~> 4.0"
27     ]
28   }