[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 4 / b / 1 / MobileProvision / 1.0.0 / MobileProvision.podspec.json
blob5bb2d0334bcfc96690b0e9112deabc379e1c9841
2   "name": "MobileProvision",
3   "version": "1.0.0",
4   "summary": "Reading *.mobileprovision file on macOS and iOS",
5   "description": "MobileProvision is a tool to read *.mobileprovision file on macOS and iOS.\nIt contains mobileprovision decoding and x509 decoding(ANS1).",
6   "homepage": "https://github.com/Magic-Unique/MobileProvision",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "冷秋": "516563564@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Magic-Unique/MobileProvision.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "MobileProvision/Classes/**/*",
23   "public_header_files": "MobileProvision/Classes/Public/*.h"