blob: 757c75f8a6fe7f00feaa3d9b4099648e08a8578e [file] [log] [blame]
{
"name": "AVAnimator",
"version": "2.0.0",
"summary": "VAnimator is an iOS library that makes it easy to implement non-trivial animated/video content in iOS.",
"homepage": "http://www.modejong.com/AVAnimator/index.html",
"license": {
"type": "LGPL",
"file": "License.txt"
},
"authors": {
"Mo DeJong": "mo@dejong.com"
},
"source": {
"git": "https://github.com/mdejong/AVAnimator.git",
"tag": "AVAnimator-2.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m,c}"
],
"exclude_files": "Classes/Tests",
"frameworks": [
"QuartzCore",
"AVFoundation",
"AudioToolbox",
"CoreVideo",
"CoreMedia",
"MediaPlayer"
],
"libraries": "z",
"requires_arc": false,
"subspecs": [
{
"name": "ASM",
"source_files": "Classes/**/*.{s}",
"compiler_flags": "-no-integrated-as"
}
]
}