[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 9 / a / ScrollKit / 0.9.5.1 / ScrollKit.podspec.json
bloba56067f75277b429e820fc8a8e93fe53dde38f38
2   "name": "ScrollKit",
3   "version": "0.9.5.1",
4   "summary": "Easily manage your collection view and table view data.",
5   "homepage": "https://github.com/artbobrov/ScrollKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Artem Bobrov": "artembobrov3059@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/artbobrov/ScrollKit.git",
15     "tag": "0.9.5.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Sources/**/*.{swift}",
23     "frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   }