blob: f5e5d1090bfae9be3e35e3a1dc669c58fdbf3233 [file] [log] [blame]
{
"name": "CMSCrypto",
"version": "0.1.0",
"summary": "스위프트에서 사용될 암호화 관련 라이브러리를 모아 놓은 것이다.",
"description": "암호화와 관련한 모든 소스를 이곳 한곳에 모두 모아 관리하고자 함이다.",
"homepage": "https://github.com/nicegategit/CMSCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nicegategit": "nicegategit@gmail.com"
},
"source": {
"git": "https://github.com/nicegategit/CMSCrypto.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CMSCrypto/Classes/**/*",
"dependencies": {
"CMSExtension": [
]
}
}