[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / c / LBXDataHandler / 1.0.5 / LBXDataHandler.podspec.json
blob307e82a0d5e9a34e4e6fe3f3d7b0b1a34325e12c
2   "name": "LBXDataHandler",
3   "version": "1.0.5",
4   "summary": "iOS data converter,hash,encryption and decryption",
5   "homepage": "https://github.com/MxABC/DevDataTool",
6   "license": "MIT",
7   "authors": {
8     "MxABC": "lbxia20091227@foxmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/MxABC/DevDataTool.git",
15     "tag": "1.0.5"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "Model/LBXDataHandler/Crypto/**/*.{h,m,c}",
20     "Model/LBXDataHandler/HASH/**/*.{h,m,c}",
21     "Model/LBXDataHandler/Base64/*.{h,m,c}",
22     "Model/LBXDataHandler/Converter/*.{h,m}",
23     "Model/LBXDataHandler/*.{h,m}"
24   ],
25   "ios": {
26     "frameworks": "Foundation"
27   }