blob: 8fb2121a1a3f34668949f90da9dd6e78ab1ffd78 [file] [log] [blame]
{
"name": "ViewTransformers",
"version": "1.0.0",
"summary": "ViewTransformers lets you pass multiple transformations as an array to the UIView.",
"authors": "Truffls GmbH",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/truffls/view-transformers-ios",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/truffls/view-transformers-ios.git",
"tag": "1.0.0"
},
"source_files": "Pod/**/*.swift",
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
"requires_arc": true
}