blob: c7693c025b292dbdaee19140cf56c649d370278a [file] [log] [blame]
{
"name": "DDBrick",
"version": "1.1",
"summary": "Data Driven Brick(TableViewCell) Components.",
"description": "DDBrick Components to make your iOS develop faster.",
"homepage": "https://github.com/amoblin/DDBrick",
"license": {
"type": "Copyright",
"text": " Copyright 2016 marboo.io All rights reserved.\n"
},
"authors": {
"amoblin": "amoblin@gmail.com"
},
"social_media_url": "https://twitter.com/amoblin",
"source": {
"git": "https://github.com/amoblin/DDBrick.git",
"tag": "1.1"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "DDBrick/**/*.{h,m}",
"public_header_files": "DDBrick/**/*.h",
"resources": "DDBrick/DDBrick.xcassets",
"dependencies": {
"Masonry": [
],
"JSONModel": [
],
"SDWebImage": [
]
}
}