blob: 950308b7380cdb47e8c14e15946be76011ee2c93 [file] [log] [blame]
{
"name": "ScrollKit",
"version": "0.9.1",
"summary": "Easily manage your collection view and table view data.",
"homepage": "https://github.com/artbobrov/ScrollKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artem Bobrov": "artembobrov3059@gmail.com"
},
"source": {
"git": "https://github.com/artbobrov/ScrollKit.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
]
}
}