[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 0 / f / APLViperStack / 0.1.2 / APLViperStack.podspec.json
blob11dd2b78e7074e367c93f9800fbdaaed9e5e3be4
2   "name": "APLViperStack",
3   "version": "0.1.2",
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.2"
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   }