[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 8 / e / MXRSA / 0.0.1 / MXRSA.podspec.json
blob1d0fdfdcdb993cf5fd04020ba51709945e2a71bb
2   "name": "MXRSA",
3   "version": "0.0.1",
4   "summary": "MXRSA - 使用mbedtls的简单RSA工具库",
5   "homepage": "https://github.com/CodingForMoney/MXRSA",
6   "authors": {
7     "lxm": "luoxianmingg@gmail.com"
8   },
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/CodingForMoney/MXRSA.git",
14     "tag": "0.0.1"
15   },
16   "license": "LICENSE",
17   "source_files": "MXRSA/MXRSA.{h,m}",
18   "subspecs": [
19     {
20       "name": "mbedtls",
21       "source_files": "MXRSA/mbedtls/*.{h,c}"
22     }
23   ]