[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / 2 / NimbbLibrary / 1.1.0 / NimbbLibrary.podspec.json
blob42194f79240d743cac53455bcf8b6c26c93c157c
2   "name": "NimbbLibrary",
3   "version": "1.1.0",
4   "summary": "Easily integrate video recording using Nimbb into your iOS project.",
5   "homepage": "https://github.com/d2soft/NimbbLibrary-iOS",
6   "license": "MIT",
7   "authors": {
8     "D2Soft Technologies Inc.": "support@nimbb.com"
9   },
10   "social_media_url": "https://twitter.com/d2soft",
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "dependencies": {
16     "AFNetworking": [
17       "~> 2.0"
18     ]
19   },
20   "libraries": "xml2",
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
23   },
24   "source": {
25     "git": "https://github.com/d2soft/NimbbLibrary-iOS.git",
26     "tag": "1.1.0"
27   },
28   "source_files": [
29     "Classes",
30     "Vendor/NimbbLib.framework/Versions/A/Headers/*.h"
31   ],
32   "frameworks": [
33     "UIKit",
34     "CoreFoundation",
35     "MobileCoreServices"
36   ],
37   "ios": {
38     "vendored_frameworks": "Vendor/NimbbLib.framework"
39   }