| { |
| "name": "Monviso", |
| "version": "1.0.0", |
| "summary": "Data sources in protocol-oriented, type-safe, modular, swifty sauce", |
| "description": "A framework which gives data source structure for UITableView, UICollectionView and UIPageViewController.\nYou create a data source, you customize it with closures, you insert contents in provided structures and you set data source of your client object: that's it!\nWhat is more, this framework provides an automated system to apply content updates to UITableView and UICollectionView animating transitions.", |
| "homepage": "https://github.com/muccy/Monviso", |
| "license": "MIT", |
| "authors": { |
| "Marco Muccinelli": "muccymac@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/muccy/Monviso.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Source", |
| "Source/**/*.{swift,h,m}" |
| ], |
| "dependencies": { |
| "Ferrara": [ |
| "~> 1.1" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |