blob: 4f986e2c37441520d3bb86199f1a01e0ab33760d [file] [log] [blame]
{
"name": "Transform.swift",
"version": "0.1.2",
"summary": "A Swiftier way to transform UIView and its subclasses.",
"homepage": "https://github.com/jhurray/Transform.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeff Hurray": "jhurray@umich.edu"
},
"source": {
"git": "https://github.com/jhurray/Transform.swift.git",
"tag": "0.1.2"
},
"social_media_url": "http://twitter.com/JeffHurray",
"requires_arc": true,
"source_files": "Transform/*.{h,swift}",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
}
}