| { |
| "name": "HMSecretMessenger", |
| "version": "1.0.1", |
| "summary": "Created separate Project for Core.", |
| "description": "Core functionality for SeceretMessenger base apps. Base of the Centrialised system.", |
| "homepage": "https://gitlab.com/hokim.m", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Khokim Mamarasulov": "alfacms.hm@gmail.com" |
| }, |
| "source": { |
| "git": "https://hokim.m@gitlab.com/hokim.m/SecretMessenger.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "HMSecretMessenger/Classes/**/*", |
| "resource_bundles": { |
| "HMSecretMessenger": [ |
| "HMSecretMessenger/Assets/**/*" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ], |
| "FMDB": [ |
| "~> 2.6" |
| ], |
| "MMDrawerController": [ |
| "~> 0.5.7" |
| ], |
| "SWTableViewCell": [ |
| "~> 0.3.7" |
| ], |
| "FBAllocationTracker": [ |
| "~> 0.1.5" |
| ], |
| "APAddressBook": [ |
| "~> 0.3.1" |
| ] |
| } |
| } |