blob: 480e6110beaab0c7c7dee18a8b96ce1e15869e65 [file] [log] [blame]
{
"name": "JegarnClient",
"summary": "Objective-C implementation of jegarn client",
"version": "1.0.0",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"yaoguai": "newtopstdio@163.com"
},
"social_media_url": "https://yaoguais.com",
"homepage": "https://github.com/jegarn/jegarn-objectivec",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jegarn/jegarn-objectivec.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "Jegarn/**/*",
"frameworks": "Foundation",
"dependencies": {
"MPMessagePack": [
]
}
}