blob: a1257163e6b50ab4db68710a06deec90513ef3ea [file] [log] [blame]
{
"name": "DDAbstract",
"version": "1.0.1",
"summary": "Abstract ViewController and View, used as a base for all screens in an app.",
"homepage": "https://github.com/DeloitteDigital/DDAbstract",
"authors": [
"Bradley Clayton",
"Hadi Michael"
],
"social_media_url": "http://twitter.com/deloittedigi_au",
"license": {
"type": "BSD-3-Clause",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/DeloitteDigital/DDAbstract.git",
"tag": "1.0.1"
},
"source_files": [
"DDAbstract",
"DDAbstract/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}