[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / 1 / IncipiaKit / 0.0.7 / IncipiaKit.podspec.json
blob16507b3fde1ee13fda263c88d88a48a52586cf4b
2   "name": "IncipiaKit",
3   "version": "0.0.7",
4   "summary": "A collection of utility methods ready for use on any iOS application.",
5   "homepage": "https://github.com/Incipia/IncipiaKit/",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Gregory Klein": "gregory@incipia.co"
12   },
13   "social_media_url": "https://incipia.co",
14   "platforms": {
15     "ios": "9.1"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "source": {
23     "git": "https://github.com/Incipia/IncipiaKit.git",
24     "tag": "v0.0.7"
25   },
26   "source_files": "IncipiaKit/**/*.{h,swift}",
27   "resource_bundles": {
28     "IncipiaKit": [
29       "IncipiaKit/Resources/**/*.{xcassets,storyboard,xib}"
30     ]
31   }