[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / 1 / MenigaSDK / 0.9.22 / MenigaSDK.podspec.json
blob3f20060c29d7dad57c4d62cbd0cb1c15617d5e11
2   "name": "MenigaSDK",
3   "version": "0.9.22",
4   "summary": "An objective c library to consume the Meniga REST API.",
5   "description": "The Meniga mobile sdk for Objective-C provides a convenient way to interact with the Meniga REST API. Perform api requests through deserialized json objects for easy interaction with the api. Works with swift through the use of a bridging header (see SDK documentation).",
6   "homepage": "https://www.meniga.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Meniga": "meniga@meniga.is"
13   },
14   "source": {
15     "git": "https://github.com/meniga/mobile-sdk-ios.git",
16     "tag": "0.9.22"
17   },
18   "social_media_url": "https://twitter.com/meniga",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Meniga/Meniga-ios-sdk/**/*",
23   "requires_arc": true,
24   "vendored_frameworks": "Meniga/compiled/MenigaSDK.framework"