| { |
| "name": "DDBrick", |
| "version": "1.0", |
| "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.0" |
| }, |
| "platforms": { |
| "ios": "6.1" |
| }, |
| "requires_arc": true, |
| "source_files": "DDBrick/**/*.{h,m}", |
| "public_header_files": "DDBrick/**/*.h", |
| "resources": "DDBrick/DDBrick.xcassets", |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "JSONModel": [ |
| |
| ] |
| } |
| } |