| { |
| "name": "JalapenoTiles", |
| "version": "0.1.0", |
| "summary": "A simple way to create a store screen.", |
| "description": "The library was created to help developers create store screens. It adapts to each screen in a very simple and transparent way.", |
| "homepage": "https://github.com/Appnroll/jalapeno-tiles", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Namedix": "bartek.pichalski@appnroll.com" |
| }, |
| "source": { |
| "git": "https://github.com/Appnroll/jalapeno-tiles.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/appnroll", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "JalapenoTiles/**/*.{swift}", |
| "resources": "JalapenoTiles/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets}", |
| "frameworks": "UIKit", |
| "swift_version": "4.2" |
| } |