blob: 8951c814084899b710f5b8de42560d2542fdc80a [file] [log] [blame]
{
"name": "SHTwoDimensionalArray",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/shabib_hossain",
"platforms": {
"ios": "8.0"
},
"source_files": "SHTwoDimensionalArray/Classes/**/*"
}