[Add] THEOplayer-Connector-Conviva 8.5.0
[CocoaPods.git] / Specs / b / 8 / e / MXRSA / 0.0.3 / MXRSA.podspec.json
blobd19bd2c7bc1d39697fac5dd0f0d1d9ad78039b8e
2   "name": "MXRSA",
3   "version": "0.0.3",
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.3"
15   },
16   "license": "LICENSE",
17   "source_files": "MXRSA/MXRSA.{h,m}",
18   "subspecs": [
19     {
20       "name": "mbedtls",
21       "source_files": "MXRSA/mbedtls/*.c",
22       "private_header_files": "MXRSA/mbedtls/*.h"
23     }
24   ]