blob: efa661c15c5c6d8ca5b00eeacc814fcfa5b79483 [file] [log] [blame]
{
"name": "SwiftSMSAnalyzer",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Resources/SwiftSMSAnalyzer.swift"
}