blob: 8a022a8874cf45297805cff1bb4ffbaa8dfd3ee1 [file] [log] [blame]
{
"name": "NonScrollView",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/intitni",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"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": [
]
}
}
]
}