blob: 63ac0e098454ff8499fb580aaf0e608b2cd0e4a8 [file] [log] [blame]
{
"name": "NonScrollView",
"version": "0.1.1",
"summary": "NonScrollView is not a scroll view.",
"description": "NonScrollView is not a scroll view. Yes.",
"homepage": "https://github.com/intitni/NonScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"intitni": "int123c@gmail.com"
},
"source": {
"git": "https://github.com/intitni/NonScrollView.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/intitni",
"platforms": {
"ios": "9.0"
},
"swift_version": "5",
"source_files": "NonScrollView/Classes/**/*",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "NonScrollView/Classes/Core/**/*"
},
{
"name": "Containers",
"source_files": "NonScrollView/Classes/Containers/**/*",
"dependencies": {
"NonScrollView/Core": [
]
}
}
]
}