| { |
| "name": "GleanTapSDk", |
| "version": "2.0.0", |
| "summary": "A short description of GleanTapSDK.", |
| "description": "GleanTap allows developers to receive push notifications just by adding few lines of code to their project", |
| "homepage": "https://github.com/gleantap/iOS", |
| "license": "MIT License", |
| "authors": { |
| "Sagar Babber": "sagar@gleantap.com" |
| }, |
| "source": { |
| "git": "https://github.com/gleantap/iOS.git", |
| "tag": "2.0.0" |
| }, |
| "source_files": "GleanTap.framework/Headers/*.{h,m}", |
| "exclude_files": "Classes/Exclude", |
| "platforms": { |
| "osx": null, |
| "ios": null, |
| "tvos": null, |
| "watchos": null |
| } |
| } |