blob: 6c9675024264dfbd1a8f39d4b344954bd7ae13df [file] [log] [blame]
{
"name": "EventKit",
"version": "1.0",
"summary": "Type-safe and handy observation system in Swift.",
"homepage": "https://github.com/mishimay/EventKit",
"license": "MIT",
"authors": {
"Yuki Mishima": "mishimaybe@gmail.com"
},
"source": {
"git": "https://github.com/mishimay/EventKit.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EventKit": [
"Pod/Assets/*.png"
]
},
"deprecated": true
}