blob: 50aa8f42fffa1e4e4a4327619434b19fd443b5eb [file] [log] [blame]
{
"name": "TDViperKit",
"version": "0.2",
"license": "MIT",
"summary": "Clean Architecture for iOS",
"homepage": "https://github.com/thedistance",
"authors": {
"Josh Campion": "josh@thedistance.co.uk"
},
"source": {
"git": "https://bitbucket.org/thedistance/viperkit.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"TDViperKit/TDViperKit.h",
"TDViperKit/Implementations/**/*.{h,m,swift}",
"TDViperKit/Protocols/**/*.{h,m,swift}",
"TDViperKit/Templates/VIPERTemplate.swift"
]
}
]
}