blob: 86bbff3d141d09b99b2d067b80d112e2a10e84c9 [file] [log] [blame]
{
"name": "VsenKit",
"version": "1.0.1",
"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.1"
},
"frameworks": [
"UIKit",
"Foundation",
"Security"
],
"requires_arc": true,
"subspecs": [
{
"name": "VKKeychain",
"source_files": "VsenKit/VKKeychain/**/*",
"public_header_files": "VsenKit/VKKeychain/**/*.h"
}
]
}