blob: 5261a4a677f750fb4404fae76fb1d08321fcc6fa [file] [log] [blame]
{
"name": "SMobiLog",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "SMobiLog/SMobiLog/Classes/**/*",
"resources": "SMobiLog/SMobiLog/Resources/*",
"public_header_files": "SMobiLog/SMobiLog/Classes/**/*.h",
"dependencies": {
"Realm": [
]
}
}