[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / 5 / keylime / 0.0.1 / keylime.podspec.json
blob7de2090aa4436a5785aeddc259f7eac03f0198f9
2   "name": "keylime",
3   "version": "0.0.1",
4   "summary": "Data-driven views for iOS",
5   "description": "                   keylime provides data-driven dynamic UITableView and UICollectionViews for iOS.\n\n                   * Stop writing boilerplate code.\n                   * Reuse your existing UITableViewCells/UICollectionViewCells.\n                   * Present a more consistent user interface.\n                   * Save time!\n",
6   "homepage": "https://github.com/jessecurry/keylime",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jessecurry": "jesse@jessecurry.net"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/jessecurry/keylime.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "keylime",
23     "keylime/**/*.{h,m}"
24   ],
25   "public_header_files": "keylime/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "requires_arc": true