blob: 458ae79e428307fa67df4a45127063487808b6d4 [file] [log] [blame]
{
"name": "JSAnimatedImagesView",
"version": "1.0.0",
"summary": "UIView subclass to easily add a cool animated photo carrusel to your iOS app.",
"homepage": "https://github.com/JaviSoto/JSAnimatedImagesView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Javier Soto": "ios@javisoto.es"
},
"source": {
"git": "https://github.com/JaviSoto/JSAnimatedImagesView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "JSAnimatedImagesView.{h,m}",
"requires_arc": true,
"dependencies": {
"MSWeakTimer": [
"~> 1.0"
]
}
}