[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 6 / 3 / JSONStore / 1.1.0 / JSONStore.podspec.json
blobe1555ce428b5e1ebcc905a1ab960d71e4519088e
2   "name": "JSONStore",
3   "version": "1.1.0",
4   "summary": "JSONStore SDK for iOS",
5   "description": "JSONStore is a lightweight, document-oriented storage system that enables persistent storage of JSON documents for iOS applications.",
6   "homepage": "https://github.com/ibm-bluemix-mobile-services/jsonstore-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "IBM Bluemix Mobile Services": "mobilesdk@us.ibm.com"
13   },
14   "source": {
15     "git": "https://github.com/ibm-bluemix-mobile-services/jsonstore-ios.git",
16     "tag": "1.1.0"
17   },
18   "source_files": [
19     "JSONStore",
20     "JSONStore/**/*.{h,m}",
21     "SQLCipher.framework"
22   ],
23   "exclude_files": "JSONStore/Exclude",
24   "requires_arc": true,
25   "module_map": "module.modulemap",
26   "xcconfig": {
27     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Frameworks/**"
28   },
29   "platforms": {
30     "osx": null,
31     "ios": null,
32     "tvos": null,
33     "watchos": null
34   }