[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / 3 / c / Former / 1.7.0 / Former.podspec.json
blobce4e9a3f2a8cace70fbfd06ab581a6f6976801ab
2   "name": "Former",
3   "version": "1.7.0",
4   "authors": {
5     "ra1028": "r.fe51028.r@gmail.com"
6   },
7   "homepage": "https://github.com/ra1028",
8   "summary": "Former is a fully customizable Swift library for easy creating UITableView based form.",
9   "source": {
10     "git": "https://github.com/ra1028/Former.git",
11     "tag": "1.7.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "Former",
22     "Former/**/*.{swift}"
23   ],
24   "requires_arc": true,
25   "ios": {
26     "frameworks": [
27       "UIKit",
28       "Foundation"
29     ]
30   }