[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 7 / 5 / 6 / CMSCrypto / 0.1.0 / CMSCrypto.podspec.json
blobf5e5d1090bfae9be3e35e3a1dc669c58fdbf3233
2   "name": "CMSCrypto",
3   "version": "0.1.0",
4   "summary": "스위프트에서 사용될 암호화 관련 라이브러리를 모아 놓은 것이다.",
5   "description": "암호화와 관련한 모든 소스를 이곳 한곳에 모두 모아 관리하고자 함이다.",
6   "homepage": "https://github.com/nicegategit/CMSCrypto",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nicegategit": "nicegategit@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nicegategit/CMSCrypto.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CMSCrypto/Classes/**/*",
22   "dependencies": {
23     "CMSExtension": [
25     ]
26   }