| { |
| "name": "CometChat-Liftoff", |
| "version": "0.0.1.beta", |
| "license": { |
| "type": "MIT", |
| "file": "License.md" |
| }, |
| "homepage": "https://www.cometchat.com/pro", |
| "authors": { |
| "Jeet Kapadia": "jeet.kapadia@inscripts.in" |
| }, |
| "summary": "LiftOff is a simple, fast and ready to use plugin", |
| "source": { |
| "git": "https://github.com/jeetkapadia/LiftOff.git", |
| "tag": "0.0.1.beta" |
| }, |
| "source_files": "Liftoff.framework/Headers/*.{h,m,swift}", |
| "libraries": [ |
| "z", |
| "sqlite3", |
| "xml2.2" |
| ], |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2" |
| }, |
| "vendored_frameworks": [ |
| "Liftoff.framework", |
| "LiftoffEngine.framework" |
| ], |
| "resources": "LiftoffBundle.bundle", |
| "documentation_url": "https://prodocs.cometchat.com/docs/ios-quick-start", |
| "frameworks": "Liftoff", |
| "exclude_files": "Classes/Exclude", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "dependencies": { |
| "CometChatPro": [ |
| |
| ] |
| } |
| } |