[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / f / 6 / DDAbstract / 1.0.1 / DDAbstract.podspec.json
bloba1257163e6b50ab4db68710a06deec90513ef3ea
2   "name": "DDAbstract",
3   "version": "1.0.1",
4   "summary": "Abstract ViewController and View, used as a base for all screens in an app.",
5   "homepage": "https://github.com/DeloitteDigital/DDAbstract",
6   "authors": [
7     "Bradley Clayton",
8     "Hadi Michael"
9   ],
10   "social_media_url": "http://twitter.com/deloittedigi_au",
11   "license": {
12     "type": "BSD-3-Clause",
13     "file": "LICENSE"
14   },
15   "source": {
16     "git": "https://github.com/DeloitteDigital/DDAbstract.git",
17     "tag": "1.0.1"
18   },
19   "source_files": [
20     "DDAbstract",
21     "DDAbstract/**/*.{h,m}"
22   ],
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "platforms": {
26     "ios": "6.0"
27   }