| { |
| "name": "SHTwoDimensionalArray", |
| "version": "0.1.1", |
| "summary": "Easy to use two dimensional array for iOS applications.", |
| "description": "This CocoaPod provides the ability to use a two dimensional array that can be used using row and column index.", |
| "homepage": "https://github.com/shabib87/SHTwoDimensionalArray", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ahmad Shabibul Hossain": "shabib.sust@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/shabib87/SHTwoDimensionalArray.git", |
| "tag": "0.1.1" |
| }, |
| "social_media_url": "https://twitter.com/shabib_hossain", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SHTwoDimensionalArray/Classes/**/*" |
| } |