blob: 427bea55da5eb83f04d1c5af8ca899131660c4bb [file] [log] [blame]
{
"name": "TTEventKit",
"version": "0.0.1",
"summary": "a very manageable EventKit library.",
"homepage": "https://github.com/tattn/TTEventKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tatsuya Tanaka": "tatsuyars@yahoo.co.jp"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tattn/TTEventKit.git",
"tag": "v0.0.1"
},
"source_files": "TTEventKit/TTEventKit/*.{swift,h}",
"exclude_files": "Classes/Exclude",
"public_header_files": "TTEventKit/TTEventKit/TTEventKit.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}