blob: 3e8a7ef4e554955c0beb9d04aadfcbbe0f5ef023 [file] [log] [blame]
{
"name": "Anymotion",
"version": "0.1",
"summary": "Anymotion provides one unified API for animating UIKit, CoreAnimation, POP and your library of choice.",
"homepage": "https://github.com/agensdev/anymotion/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"authors": {
"HÃ¥vard Fossli": "hfossli@agens.no",
"Mats Hauge": "mats@agens.no"
},
"source": {
"git": "https://github.com/agens-no/Anymotion.git",
"tag": "0.1"
},
"frameworks": [
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"source_files": "Source/**/*.{h,m,mm,hpp,cpp,c}",
"dependencies": {
"pop": [
"~> 1.0"
]
}
}