| { |
| "name": "SMobiLog", |
| "version": "0.1.5", |
| "summary": "A delightful iOS loging framework.", |
| "description": "SMobiLogger is logger library, which provide logs from iOS device and also provide email logs facility.", |
| "homepage": "https://github.com/zsheikh-systango/SMobiLog", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Zoeb S": "zoeb@systango.com" |
| }, |
| "source": { |
| "git": "https://github.com/zsheikh-systango/SMobiLog.git", |
| "tag": "0.1.5" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SMobiLog/SMobiLog/Classes/**/*", |
| "resources": "SMobiLog/SMobiLog/Resources/*", |
| "public_header_files": "SMobiLog/SMobiLog/Classes/**/*.h", |
| "dependencies": { |
| "Realm": [ |
| |
| ], |
| "KSCrash": [ |
| |
| ] |
| } |
| } |