blob: 92e1f8ebb3759896b961762cd40cd6477c55d339 [file] [log] [blame]
{
"name": "EKMovieMaker",
"version": "0.0.1",
"summary": "Convert an array of UIImage array into a movie.",
"description": "Lite tool which convert an array of UIImage into a movie, written in Objective-C.",
"homepage": "https://github.com/Ekhoo/EKMovieMaker",
"license": "MIT",
"authors": {
"Ekhoo": "me@lucas-ortis.com"
},
"source": {
"git": "https://github.com/Ekhoo/EKMovieMaker.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EKMovieMaker": [
"Pod/Assets/*.png"
]
}
}