blob: ffacdf218bc5098aaa59d0194bb066846fad334b [file] [log] [blame]
{
"name": "AXAESCrypt",
"version": "0.0.1",
"summary": "A aes crypt manager kits.",
"description": "A aes crypt manager kits using on iOS platform.",
"homepage": "https://github.com/devedbox/AXAESCrypt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aiXing": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXAESCrypt.git",
"tag": "0.0.1"
},
"source_files": [
"AXAESCrypt/AXAESCrypt/*.{h,m}",
"AXAESCrypt/AXAESCrypt/AESCrypt/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}