blob: 361eff6f103a636c008cb3d583cdc91969f34ba7 [file] [log] [blame]
{
"name": "ABCollage",
"version": "0.1.0",
"summary": "Custom view with 2 dimensional array of image views",
"description": "A custom view which helps users to create a view with multiple image views that are positioned as in a two dimensional array.",
"homepage": "https://github.com/andreasbagias/ABCollage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andreas Bagias": "andreasbagias@gmail.com"
},
"source": {
"git": "https://github.com/andreasbagias/ABCollage.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"source_files": "ABCollage/Classes/**/*",
"frameworks": "UIKit"
}