blob: b01e4e8b8498fe886c9572f7c3b87e798e9f265d [file] [log] [blame]
{
"name": "PagedFlowView",
"version": "0.0.1",
"license": "none specified",
"summary": "A Paging Enabled Flow View, like screenshots view in iPhone App Store.",
"homepage": "https://github.com/fictorial/PagedFlowView",
"authors": {
"卢克": "kejinlu@gmail.com",
"Brian Hammond": "brian@fictorial.com"
},
"source": {
"git": "https://github.com/fictorial/PagedFlowView.git",
"tag": "0.0.1"
},
"description": "Fictorial's fork adds extra delegate methods; also see homepage for example which uses UIPageControl.",
"platforms": {
"ios": null
},
"source_files": "PagedFlowView/PagedFlowView.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": false
}