blob: ea8acb34b814f5e5d612160612b5b4df72fab597 [file] [log] [blame]
{
"name": "PulsarKit",
"version": "0.5.2",
"summary": "PulsarKit is a lightweight framework to slim down your view controller when using UITableView or UICollectionView.",
"description": "A lightweight framework to slim down your view controller. PulsarKit is a set of class that provides all \nthe methods required to display a tableview or a collectionview, including row count, returning a cell view \nfor each row, handling row selection and many other optional features.",
"homepage": "https://github.com/maxoly/PulsarKit",
"license": "MIT",
"authors": {
"Massimo Oliviero": "massimo.oliviero@gmail.com"
},
"source": {
"git": "https://github.com/maxoly/PulsarKit.git",
"tag": "0.5.2"
},
"social_media_url": "https://twitter.com/maxoly",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PulsarKit/PulsarKit/**/*",
"frameworks": "UIKit"
}