[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 5 / c / PulsarKit / 0.5.2 / PulsarKit.podspec.json
blobea8acb34b814f5e5d612160612b5b4df72fab597
2   "name": "PulsarKit",
3   "version": "0.5.2",
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.5.2"
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   "frameworks": "UIKit"