[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / f / 0 / LoansSDKTest / 6 / LoansSDKTest.podspec.json
blob1b925bf68b7349eb1896a1012377d576f4b3bcb6
2   "name": "LoansSDKTest",
3   "version": "6",
4   "summary": "LoansSDKTest is a simple wrapper for Keychain that   works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults",
5   "description": "LoansSDKTest is a simple wrapper for Keychain that works on iOS and OS X.\nMakes using Keychain APIs as easy as NSUserDefaults.\n\nFeatures\n  - Simple interface\n  - Support access group\n  - [Support accessibility](#accessibility)\n  - [Support iCloud sharing](#icloud_sharing)\n  - **[Support TouchID and Keychain integration (iOS 7+)](#touch_id_integration)**\n  - Works on both iOS & OS X",
6   "homepage": "https://github.com/meiwuzhao/LoansSDKTest",
7   "source": {
8     "git": "https://github.com/meiwuzhao/LoansSDKTest.git",
9     "tag": "6"
10   },
11   "source_files": "Classes/*.{h,m}",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "merlinwu": "meiwuzhao@126.com"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "ios": {
23     "vendored_libraries": "Classes/libLoansSDK.a"
24   },
25   "resources": "Classes/*.bundle",
26   "frameworks": "JavaScriptCore",
27   "libraries": [
28     "iconv",
29     "stdc++",
30     "z",
31     "sqlite3"
32   ],
33   "public_header_files": "Classes/*.h"