[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 5 / c / PulsarKit / 0.2.1 / PulsarKit.podspec.json
blobbe1330f16a6d416b67469f2d7fc91c6d0d87d37b
2   "name": "PulsarKit",
3   "version": "0.2.1",
4   "summary": "PulsarKit is a lightweight framework to slim down your view controller when using UITableView or UICollectionView.",
5   "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.",
6   "homepage": "https://github.com/maxoly/PulsarKit",
7   "license": "MIT",
8   "authors": {
9     "Massimo Oliviero": "massimo.oliviero@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/maxoly/PulsarKit.git",
13     "tag": "0.2.1"
14   },
15   "social_media_url": "https://twitter.com/maxoly",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "PulsarKit/PulsarKit/**/*",
21   "header_mappings_dir": "PulsarKit/PulsarKit",
22   "frameworks": "UIKit"