blob: 4b0f20f28d2177d4783976c53d1267742b23f655 [file] [log] [blame]
{
"name": "D2CloudKitManager",
"version": "0.1.0",
"summary": "A wrapper on top of CloudKit to make your life a little easier when integrated with the greatest cloud system in the world.",
"description": "This pop is essentially a wrapper to use on top of CloudKit for your service call needs. If you are familiar with CloudKit, using this should be straight forward.",
"homepage": "https://github.com/2020Deception/D2CloudKitManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"2020Deception": "2020Deception@gmail.com"
},
"source": {
"git": "https://github.com/2020Deception/D2CloudKitManager.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/Decepticon2020",
"platforms": {
"ios": "10.0"
},
"source_files": "D2CloudKitManager/Classes/**/*",
"public_header_files": "D2CloudKitManager/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CloudKit"
]
}