[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 5 / c / PulsarKit / 0.0.3 / PulsarKit.podspec.json
blob9cc16f40ec5caaf3c9122461f848559019174523
2   "name": "PulsarKit",
3   "version": "0.0.3",
4   "summary": "An UITableView and UICollectionView framework",
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.0.3"
14   },
15   "social_media_url": "https://twitter.com/maxoly",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "PulsarKit/PulsarKit/**/*",
21   "header_mappings_dir": "PulsarKit/PulsarKit",
22   "frameworks": "UIKit"