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