blob: c08311f4b9dfe8f9d8a31c4c2445f6c91a4cca65 [file] [log] [blame]
{
"name": "PulsarKit",
"version": "0.0.1",
"summary": "An UITableView and UICollectionView framework",
"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.0.1"
},
"social_media_url": "https://twitter.com/maxoly",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PulsarKit/PulsarKit/**/*",
"frameworks": "UIKit"
}