[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 4 / 8 / TDViperKit / 0.2 / TDViperKit.podspec.json
blob50aa8f42fffa1e4e4a4327619434b19fd443b5eb
2   "name": "TDViperKit",
3   "version": "0.2",
4   "license": "MIT",
5   "summary": "Clean Architecture for iOS",
6   "homepage": "https://github.com/thedistance",
7   "authors": {
8     "Josh Campion": "josh@thedistance.co.uk"
9   },
10   "source": {
11     "git": "https://bitbucket.org/thedistance/viperkit.git",
12     "tag": "0.2"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "TDViperKit/TDViperKit.h",
25         "TDViperKit/Implementations/**/*.{h,m,swift}",
26         "TDViperKit/Protocols/**/*.{h,m,swift}",
27         "TDViperKit/Templates/VIPERTemplate.swift"
28       ]
29     }
30   ]