| { |
| "name": "ORPatchFile", |
| "version": "1.0.2", |
| "summary": "ORPatchFile", |
| "description": "ORPatchFile is a framework that serialize and deserialize the abstract syntax tree of oc2mangoLib.", |
| "homepage": "https://github.com/SilverFruity/oc2mango", |
| "license": "MIT", |
| "authors": { |
| "SilverFruity": "15328044115@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/SilverFruity/oc2mango.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": "oc2mangoLib/PatchFile/*.{h,m}", |
| "resource_bundles": { |
| "ORPatchFile": [ |
| "oc2mangoLib/PatchFile/ClassDecryptMap.json", |
| "oc2mangoLib/PatchFile/ClassEncryptMap.json" |
| ] |
| } |
| } |