[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / d / 6 / 3 / JSONStore / 1.0.0 / JSONStore.podspec.json
blob6917ddb6eec69363f9c9c1caca7ff6b5a0e75ff9
2   "name": "JSONStore",
3   "version": "1.0.0",
4   "summary": "JSONStore 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.0.0"
17   },
18   "source_files": [
19     "JSONStore",
20     "JSONStore/**/*.{h,m}"
21   ],
22   "exclude_files": "JSONStore/Exclude",
23   "requires_arc": true,
24   "libraries": "sqlite3",
25   "module_map": "module.modulemap",
26   "platforms": {
27     "osx": null,
28     "ios": null,
29     "tvos": null,
30     "watchos": null
31   }