blob: f0e19e8b9d6b9ab4b3e04f40f0bb86f957b5cdb5 [file] [log] [blame]
{
"name": "VsenKit",
"version": "1.0.0",
"summary": "A collection of iOS components.",
"homepage": "https://github.com/vsenorange/VsenKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vsen": "vsenorange@gmail.com"
},
"social_media_url": "https://github.com/vsenorange",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vsenorange/VsenKit.git",
"tag": "1.0.0"
},
"source_files": [
"VsenKit",
"VsenKit/**/*.{h,m}"
],
"public_header_files": "VsenKit/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Security"
],
"requires_arc": true,
"subspecs": [
{
"name": "VKKeychain",
"source_files": "VsenKit/VKKeychain/**/*",
"public_header_files": "VsenKit/VKKeychain/**/*.h"
}
]
}