blob: 5dd49f89f3587a2f50a047c0683a5c942ddb1137 [file] [log] [blame]
{
"name": "SDCloudUserDefaults",
"version": "1.0.0",
"summary": "Store NSUserDefaults and iCloud data at the same time.",
"description": " Store NSUserDefaults and iCloud key-value store data at the same time.\n \n Only key-values that you specify are synced between the local\n NSUserDefaults store and iCloud making it nice and simple\n to use.\n",
"homepage": "https://github.com/sdarlington/SDCloudUserDefaults",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": "Stephen Darlington",
"social_media_url": "http://twitter.com/sdarlington",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/sdarlington/SDCloudUserDefaults.git",
"tag": "1.0.0"
},
"source_files": "SDCloudUserDefaults/SDCloudUserDefaults.{h,m}",
"public_header_files": "SDCloudUserDefaults/SDCloudUserDefaults.h",
"requires_arc": false
}