blob: abb0cacac288e0bdaf6709be08ff770d67cba63c [file] [log] [blame]
{
"name": "EVCloudKitDao",
"version": "3.1.0",
"summary": "iOS: Simplified access to Apple’s CloudKit",
"description": "Simplified access to Apple’s CloudKit using reflection and generics",
"homepage": "https://github.com/evermeer/EVCloudKitDao",
"screenshots": [
"https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshot.png?raw=true",
"https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshot2.png?raw=true",
"https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshot3.PNG?raw=true",
"https://github.com/evermeer/EVCloudKitDao/blob/master/Screenshot4.PNG?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Edwin Vermeer": "edwin@evict.nl"
},
"social_media_url": "http://twitter.com/evermeer",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/evermeer/EVCloudKitDao.git",
"tag": "3.1.0"
},
"source_files": "AppMessage/AppMessage/CloudKit/*",
"frameworks": [
"Foundation",
"CloudKit"
],
"ios": {
"frameworks": [
"Foundation",
"CloudKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"CloudKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CloudKit"
]
},
"requires_arc": true,
"dependencies": {
"EVReflection": [
]
},
"pushed_with_swift_version": "3.0"
}