blob: 9a28fc5bc09551d7b1b3528b846caece97fee382 [file] [log] [blame]
{
"name": "MSOSDK",
"version": "1.1.2",
"summary": "A short description of MSOSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://https://github.com/logicielInc/MSOSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jsetting32": "jsetting32@yahoo.com"
},
"source": {
"git": "https://github.com/logicielInc/MSOSDK.git",
"tag": "1.1.2"
},
"requires_arc": true,
"public_header_files": "MSOSDK/*.h",
"source_files": "MSOSDK/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"platforms": {
"ios": "9.0"
}
}