blob: 39ac4cbe0c31d092491f48add07cdbcf80b981bb [file] [log] [blame]
{
"name": "PMTween",
"version": "1.3.2",
"license": {
"type": "MIT"
},
"summary": "An elegant and flexible tweening library for iOS.",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"ios": {
"frameworks": "CoreGraphics",
"source_files": "Classes/**/*.{h,m}"
},
"tvos": {
"frameworks": "CoreGraphics",
"source_files": "Classes/**/*.{h,m}"
},
"homepage": "https://github.com/poetmountain/PMTween",
"social_media_url": "https://twitter.com/petsound",
"authors": {
"Brett Walker": "brett@brettwalker.net"
},
"source": {
"git": "https://github.com/poetmountain/PMTween.git",
"tag": "1.3.2"
},
"requires_arc": true
}