[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / f / Incito / 0.1 / Incito.podspec.json
blobfb320e09d2633ac359193cd594a7c260e11d2dde
2   "name": "Incito",
3   "version": "0.1",
4   "summary": "Incito viewer for iOS.",
5   "description": "A library for loading and viewing Incito-format documents.",
6   "homepage": "https://github.com/shopgun/incito-ios",
7   "license": "MIT",
8   "authors": "ShopGun",
9   "social_media_url": "http://twitter.com/ShopGun",
10   "platforms": {
11     "ios": "9.3"
12   },
13   "swift_version": "4.2",
14   "pod_target_xcconfig": {
15     "SWIFT_VERSION": "4.2"
16   },
17   "source": {
18     "git": "https://github.com/shopgun/incito-ios.git",
19     "tag": "v0.1"
20   },
21   "source_files": "Sources/**/*.swift",
22   "resources": [
23     "Sources/**/Resources/**/*.strings"
24   ],
25   "dependencies": {
26     "FLAnimatedImage": [
27       "~> 1.0"
28     ],
29     "Cache": [
30       "~> 5.2"
31     ]
32   }