blob: 8e65b02a69b487ecc4b2228fb5fc24ca8e9d67cb [file] [log] [blame]
{
"name": "SwiftSMSAnalyzer",
"version": "0.1.6",
"summary": "A small helper class which analyzes the SMS text.",
"description": "It analyzes text for details as Encoding - UTF16, GSM 7 bit, Number of messages, Characters per message.",
"homepage": "https://github.com/nareshdb/SwiftSMSAnalyzer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Naresh Bhadresha": "nareshjangid84@gmail.com"
},
"source": {
"git": "https://github.com/nareshdb/SwiftSMSAnalyzer.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Resources/SwiftSMSAnalyzer.swift"
}