[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 8 / 4 / AXAListView / 0.1.3 / AXAListView.podspec.json
blobaa8a5cd29a8caaa95553a377cac3100fd6feae0d
2   "name": "AXAListView",
3   "version": "0.1.3",
4   "summary": "A simple and convenient UIStackView subclass to create lists dynamically from code.",
5   "description": "AXAListView is an object that inherit UIStackView. You only have to install it once and use it as a list view programmatically with datasource protocol or closures.",
6   "homepage": "https://github.com/HaraldBregu/AXAListView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harald Bregu": "harald.bregu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/HaraldBregu/AXAListView.git",
16     "tag": "0.1.3"
17   },
18   "social_media_url": "https://twitter.com/HaraldBregu",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AXAListView/Classes/**/*",
23   "swift_version": "3.0",
24   "frameworks": "UIKit"