| { |
| "name": "HxExtensions", |
| "version": "1.0", |
| "summary": "A set of handy extensions on various classes", |
| "description": "A set of handy extensions on various classes. Created to be used on all HXLOOP projects", |
| "homepage": "https://www.hxloop.com", |
| "license": { |
| "type": "Copyright", |
| "text": " HxExtensions is Copyright 2018 HXLOOP Pvt. Ltd.\n" |
| }, |
| "authors": { |
| "GK": "gaurav@hxloop.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "3.3", |
| "source": { |
| "git": "https://gitlab.com/ios-lego/HxExtensions.git", |
| "tag": "1.0" |
| }, |
| "source_files": [ |
| "HxExtensions/**/*.{swift}", |
| "HxExtensions/**/*.{xib}" |
| ], |
| "exclude_files": [ |
| "Exclude", |
| "HxExtensionsTests/" |
| ] |
| } |