blob: 4cbd0742bd5ef3b7d1726b92aa798a33c6b1793c [file] [log] [blame]
{
"name": "Credits",
"version": "1.0.1",
"summary": "A framework for displaying third-party attributions in iOS projects.",
"homepage": "https://github.com/combes/credits",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Combes": "ChristopherMichaelCombes@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/combes/credits.git",
"tag": "1.0.1"
},
"source_files": "Source/*.swift",
"resources": "Source/*.{html,storyboard}",
"resource_bundles": {
"Credits": [
"Source/*.{html,storyboard}"
]
},
"pushed_with_swift_version": "3.0"
}