blob: 21bda0c98ebb42fbcb7bba01e3dfde977be99eb3 [file] [log] [blame]
{
"name": "ScrollingContainerController",
"version": "0.0.2",
"summary": "Make two nested UIScrollview's behave as one.",
"description": "ScrollingContainerController is ready to use, give it a try!",
"homepage": "https://github.com/felipericieri/ScrollingContainerController.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felipe Ricieri": "felipericieri@icloud.com"
},
"social_media_url": "http://twitter.com/felipericieri",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/felipericieri/ScrollingContainerController.git",
"tag": "0.0.2"
},
"source_files": "ScrollingContainerController/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}