blob: 854355d0b91ad2e8785694218487af72d1971dce [file] [log] [blame]
{
"name": "Hoist",
"version": "0.1.1",
"summary": "A Hoist iOS client library.",
"description": " Use Hoist as a datastore for your iOS applications.\n \n Easy to use, just create objects and call `save` on them.\n",
"homepage": "http://will.townsend.io/",
"license": "MIT",
"authors": {
"Will Townsend": "will@townsend.io"
},
"source": {
"git": "https://github.com/wtsnz/Hoist.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}