blob: 89bd612bb8e119cf4a67b0768a5a9ded18aea4e3 [file] [log] [blame]
{
"name": "PYCarouselView",
"version": "1.1",
"summary": "A simple infitive loop carousel view written in ObjC",
"homepage": "https://github.com/littlepush/PYCarouselView",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/littlepush/PYCarouselView.git",
"tag": "1.1"
},
"source_files": "PYCarouselView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"PYUIKit": [
],
"PYImageKit": [
]
}
}