| { |
| "name": "ApredCloud", |
| "version": "1.0.4", |
| "summary": "一个简单易用高效稳定的云后端框架 - ApredCloud.", |
| "description": "ApredCloud是一个轻量级的云后端框架,可以轻松将你的应用数据存储到云端。支持iOS,Android, Windows C++, JS。另外,支持还支持自搭建私有云。", |
| "homepage": "https://github.com/Chenluhua/ApredCloud", |
| "license": "MIT", |
| "authors": { |
| "Luhua Chen": "chenluhua@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/Chenluhua/ApredCloud.git", |
| "tag": "1.0.4" |
| }, |
| "source_files": "ApredCloud/ApredCloud.framework/Headers/*.{h}", |
| "vendored_frameworks": "ApredCloud/ApredCloud.framework", |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "MQTTClient": [ |
| |
| ] |
| } |
| } |