[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / a / ScrollKit / 0.9.1 / ScrollKit.podspec.json
blob950308b7380cdb47e8c14e15946be76011ee2c93
2   "name": "ScrollKit",
3   "version": "0.9.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.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   }