blob: 7674483c1e7321a3dca40df945335817cb3fe3fe [file] [log] [blame]
{
"name": "TRPCKit",
"version": "0.2.0",
"summary": "A short description of TRPCKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.ezbuy.me/ios/trpckit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wutongyu008": "qiuming@ezbuy.com"
},
"source": {
"git": "https://gitlab.ezbuy.me/ios/trpckit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TRPCKit/Classes/**/*.{h,m,swift}",
"public_header_files": "TRPCKit/Classes/**/*.h",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"dependencies": {
"AFNetworking": [
"2.7.0"
]
}
}