| { |
| "name": "AWERTL", |
| "version": "1.0.0", |
| "summary": "AWERTL is an iOS library to adapt RTL(right-to-left) UI automatically", |
| "description": "AWERTL can help your project to become user friendly in RTL regions, it can work with your existing projects seemlessly using method swizzle.", |
| "homepage": "https://github.com/bytedance/AWERTL", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "bytedance": "bytedance@bytedance.com" |
| }, |
| "source": { |
| "git": "https://github.com/bytedance/AWERTL.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AWERTL/Classes/**/*", |
| "dependencies": { |
| "RSSwizzle": [ |
| |
| ] |
| } |
| } |