blob: ada90daab0ada102b9c34561cb5362e3314e7f7a [file] [log] [blame]
{
"name": "PYPageScrollView",
"version": "1.0.3",
"summary": "PYPageScrollView for iOS",
"description": "The PYPageScrollView framework is designed to work seamlessly with your existing apps and projects.\nyou can simply add the pod your project.",
"homepage": "https://github.com/BobliiExp/PYPageScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bob Lee": "boblii@hotmail.com"
},
"source": {
"git": "https://github.com/BobliiExp/PYPageScrollView.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"subspecs": [
{
"name": "PageScrollView",
"source_files": "PYPageScrollView/PageScrollView/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}
]
}