blob: 34b998bbf3a14c5bb0b297b8660c5f9b3d8b8384 [file] [log] [blame]
{
"name": "ccmp-lib-ios",
"version": "1.1.1",
"license": {
"type": "Commercial",
"text": "See https://websms.com"
},
"homepage": "https://websms.com",
"authors": {
"websms.com": "sms2app@websms.com"
},
"summary": "Generic CCMP library which handles websms SMS2App notifications, data storage and api calls",
"source": {
"git": "https://github.com/websms-com/ccmp-lib-ios.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "CCMP",
"resources": "CCMP/CCMPDatabaseModel.xcdatamodeld",
"prefix_header_file": "CCMP/CCMP-Prefix.pch",
"frameworks": "SystemConfiguration",
"dependencies": {
"AFNetworking": [
"1.3.3"
],
"Reachability": [
],
"MagicalRecord": [
],
"UIDevice+HardwareModel": [
"~> 1.2"
]
}
}